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. final def !=(arg0: Any): Boolean
    Definition Classes
    Any
  2. final def ##(): Int
    Definition Classes
    Any
  3. def <(that: QValue): Boolean
    Definition Classes
    Ordered
  4. def <=(that: QValue): Boolean
    Definition Classes
    Ordered
  5. final def ==(arg0: Any): Boolean
    Definition Classes
    Any
  6. def >(that: QValue): Boolean
    Definition Classes
    Ordered
  7. def >=(that: QValue): Boolean
    Definition Classes
    Ordered
  8. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  9. def compare(that: QValue): Int
    Definition Classes
    QValue → Ordered
  10. def compareTo(that: QValue): Int
    Definition Classes
    Ordered → Comparable
  11. def getClass(): Class[_ <: AnyVal]
    Definition Classes
    AnyVal → Any
  12. def isAcceptable: Boolean
  13. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  14. def render(writer: Writer): writer.type
  15. val thousandths: Int
  16. def toDouble: Double
  17. def toString(): String
    Definition Classes
    QValue → Any

Inherited from Ordered[QValue]

Inherited from Comparable[QValue]

Inherited from AnyVal

Inherited from Any

Ungrouped