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, Quality Values

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
  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