QValue

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

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

Attributes

thousandths

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

See also:
Companion:
object
Source:
QValue.scala
Graph
Supertypes
class Object
class AnyVal
trait Matchable
class Any

Members list

Concise view

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

Attributes

Inherited from:
Ordered

Attributes

Inherited from:
Ordered

Attributes

Inherited from:
Ordered

Attributes

Inherited from:
Ordered

Attributes

Inherited from:
Ordered

Concrete fields

Attributes

Source:
QValue.scala