Packages

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

RFC 2616, Section 3.9

Linear Supertypes
Ordered[QValue], Comparable[QValue], AnyVal, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. QValue
  2. Ordered
  3. Comparable
  4. AnyVal
  5. Any
Implicitly
  1. by orderingToOrdered
  2. by any2stringadd
  3. by StringFormat
  4. by Ensuring
  5. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. def <(that: QValue): Boolean
    Definition Classes
    Ordered
  2. def <=(that: QValue): Boolean
    Definition Classes
    Ordered
  3. def >(that: QValue): Boolean
    Definition Classes
    Ordered
  4. def >=(that: QValue): Boolean
    Definition Classes
    Ordered
  5. def compare(that: QValue): Int
    Definition Classes
    QValue → Ordered
  6. def compareTo(that: QValue): Int
    Definition Classes
    Ordered → Comparable
  7. def getClass(): Class[_ <: AnyVal]
    Definition Classes
    AnyVal → Any
  8. def isAcceptable: Boolean
  9. def render(writer: Writer): writer.type
  10. val thousandths: Int
  11. def toDouble: Double
  12. def toString(): String
    Definition Classes
    QValue → Any

Shadowed Implicit Value Members

  1. 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
  2. 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
  3. 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
  4. 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
  5. 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
  6. 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