QValue

org.http4s.QValue
See theQValue companion object
final class QValue extends AnyVal, Ordered[QValue]

A Quality Value. Represented as thousandths for an exact representation rounded to three decimal places.

Value parameters

thousandths

between 0 (for q=0) and 1000 (for q=1)

Attributes

See also
Companion
object
Source
QValue.scala
Graph
Supertypes
trait Ordered[QValue]
class Object
class AnyVal
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

override def compare(that: QValue): Int

Attributes

Definition Classes
Source
QValue.scala

Attributes

Source
QValue.scala
def render(writer: Writer): Writer

Attributes

Source
QValue.scala

Attributes

Source
QValue.scala
override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Definition Classes
Any
Source
QValue.scala

Inherited methods

def <(that: QValue): Boolean

Attributes

Inherited from:
Ordered

Attributes

Inherited from:
Ordered
def >(that: QValue): Boolean

Attributes

Inherited from:
Ordered

Attributes

Inherited from:
Ordered

Attributes

Inherited from:
Ordered

Concrete fields

Attributes

Source
QValue.scala