final class QValue extends AnyVal with Ordered[QValue] with Renderable
A Quality Value. Represented as thousandths for an exact representation rounded to three decimal places.
- Source
- QValue.scala
- See also
- Alphabetic
- By Inheritance
- QValue
- Renderable
- Ordered
- Comparable
- AnyVal
- Any
- by orderingToOrdered
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
- Public
- All
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- Any
-
final
def
##(): Int
- Definition Classes
- Any
- def +(other: String): String
- def ->[B](y: B): (QValue, B)
-
def
<(that: QValue): Boolean
- Definition Classes
- Ordered
-
def
<=(that: QValue): Boolean
- Definition Classes
- Ordered
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- Any
-
def
>(that: QValue): Boolean
- Definition Classes
- Ordered
-
def
>=(that: QValue): Boolean
- Definition Classes
- Ordered
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
compare(that: QValue): Int
- Definition Classes
- QValue → Ordered
-
def
compareTo(that: QValue): Int
- Definition Classes
- Ordered → Comparable
- def ensuring(cond: (QValue) ⇒ Boolean, msg: ⇒ Any): QValue
- def ensuring(cond: (QValue) ⇒ Boolean): QValue
- def ensuring(cond: Boolean, msg: ⇒ Any): QValue
- def ensuring(cond: Boolean): QValue
- def formatted(fmtstr: String): String
-
def
getClass(): Class[_ <: AnyVal]
- Definition Classes
- AnyVal → Any
- def isAcceptable: Boolean
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
render(writer: Writer): writer.type
Base method for rendering this object efficiently
Base method for rendering this object efficiently
- Definition Classes
- QValue → Renderable
-
def
renderString: String
Generates a String rendering of this object
Generates a String rendering of this object
- Definition Classes
- Renderable
- val thousandths: Int
- def toDouble: Double
-
def
toString(): String
- Definition Classes
- Renderable → Any
- def →[B](y: B): (QValue, B)
Shadowed Implicit Value Members
-
def
<(that: QValue): Boolean
- Implicit
- This member is added by an implicit conversion from QValue to Ordered[QValue] performed by method orderingToOrdered in scala.math.Ordered.
- Shadowing
- This implicitly inherited member is shadowed by one or more members in this class.
To access this member you can use a type ascription:(qValue: Ordered[QValue]).<(that)
- Definition Classes
- Ordered
-
def
<=(that: QValue): Boolean
- Implicit
- This member is added by an implicit conversion from QValue to Ordered[QValue] performed by method orderingToOrdered in scala.math.Ordered.
- Shadowing
- This implicitly inherited member is shadowed by one or more members in this class.
To access this member you can use a type ascription:(qValue: Ordered[QValue]).<=(that)
- Definition Classes
- Ordered
-
def
>(that: QValue): Boolean
- Implicit
- This member is added by an implicit conversion from QValue to Ordered[QValue] performed by method orderingToOrdered in scala.math.Ordered.
- Shadowing
- This implicitly inherited member is shadowed by one or more members in this class.
To access this member you can use a type ascription:(qValue: Ordered[QValue]).>(that)
- Definition Classes
- Ordered
-
def
>=(that: QValue): Boolean
- Implicit
- This member is added by an implicit conversion from QValue to Ordered[QValue] performed by method orderingToOrdered in scala.math.Ordered.
- Shadowing
- This implicitly inherited member is shadowed by one or more members in this class.
To access this member you can use a type ascription:(qValue: Ordered[QValue]).>=(that)
- Definition Classes
- Ordered
-
def
compare(that: QValue): Int
- Implicit
- This member is added by an implicit conversion from QValue to Ordered[QValue] performed by method orderingToOrdered in scala.math.Ordered.
- Shadowing
- This implicitly inherited member is shadowed by one or more members in this class.
To access this member you can use a type ascription:(qValue: Ordered[QValue]).compare(that)
- Definition Classes
- Ordered
-
def
compareTo(that: QValue): Int
- Implicit
- This member is added by an implicit conversion from QValue to Ordered[QValue] performed by method orderingToOrdered in scala.math.Ordered.
- Shadowing
- This implicitly inherited member is shadowed by one or more members in this class.
To access this member you can use a type ascription:(qValue: Ordered[QValue]).compareTo(that)
- Definition Classes
- Ordered → Comparable