final class QValue extends AnyVal with Ordered[QValue]
A Quality Value. Represented as thousandths for an exact representation rounded to three decimal places.
- Source
- QValue.scala
- See also
- Alphabetic
- By Inheritance
- QValue
- Ordered
- Comparable
- AnyVal
- Any
- by orderingToOrdered
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
- Public
- All
Value Members
-
def
<(that: QValue): Boolean
- Definition Classes
- Ordered
-
def
<=(that: QValue): Boolean
- Definition Classes
- Ordered
-
def
>(that: QValue): Boolean
- Definition Classes
- Ordered
-
def
>=(that: QValue): Boolean
- Definition Classes
- Ordered
-
def
compare(that: QValue): Int
- Definition Classes
- QValue → Ordered
-
def
compareTo(that: QValue): Int
- Definition Classes
- Ordered → Comparable
-
def
getClass(): Class[_ <: AnyVal]
- Definition Classes
- AnyVal → Any
- def isAcceptable: Boolean
- def render(writer: Writer): writer.type
- val thousandths: Int
- def toDouble: Double
-
def
toString(): String
- Definition Classes
- QValue → Any
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