Packages

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

RFC 2616, Section 3.9

Linear Supertypes
Renderable, Ordered[QValue], Comparable[QValue], AnyVal, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. QValue
  2. Renderable
  3. Ordered
  4. Comparable
  5. AnyVal
  6. 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

    Base method for rendering this object efficiently

    Base method for rendering this object efficiently

    Definition Classes
    QValueRenderable
  10. def renderString: String

    Generates a String rendering of this object

    Generates a String rendering of this object

    Definition Classes
    Renderable
  11. val thousandths: Int
  12. def toDouble: Double
  13. def toString(): String
    Definition Classes
    Renderable → 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