QValue

org.http4s.QValue$
See theQValue companion class
object QValue extends QValuePlatform

Attributes

Companion
class
Source
QValue.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
QValue.type

Members list

Value members

Concrete methods

def fromDouble(d: Double): ParseResult[QValue]

Attributes

Source
QValue.scala
def fromString(s: String): ParseResult[QValue]

Attributes

Source
QValue.scala
def fromThousandths(thousandths: Int): ParseResult[QValue]

Attributes

Source
QValue.scala
def parse(s: String): ParseResult[QValue]

Attributes

Source
QValue.scala
def unapply(qValue: QValue): Option[Int]

Attributes

Source
QValue.scala
def unsafeFromString(s: String): QValue

Attributes

Source
QValue.scala

Deprecated methods

def (thousandths: Int): QValue

Exists to support compile-time verified literals. Do not call directly.

Exists to support compile-time verified literals. Do not call directly.

Attributes

Deprecated
true
Source
QValue.scala

Concrete fields

lazy val One: QValue

Attributes

Source
QValue.scala
lazy val Zero: QValue

Attributes

Source
QValue.scala

Implicits

Implicits

implicit val stdLibOrderingInstance: Ordering[QValue]

Attributes

Source
QValue.scala