QValue

object QValue extends QValuePlatform
Companion
class
class Object
trait Matchable
class Any

Value members

Concrete methods

def fromDouble(d: Double): ParseResult[QValue]
def fromString(s: String): ParseResult[QValue]
def fromThousandths(thousandths: Int): ParseResult[QValue]
def parse(s: String): ParseResult[QValue]
def unapply(qValue: QValue): Option[Int]
def unsafeFromString(s: String): QValue

Deprecated methods

@deprecated("QValue literal is deprecated. Import `org.http4s.implicits._` and use the qValue\"\" string context", "0.22.2")
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.

Deprecated

Concrete fields

lazy val One: QValue
lazy val Zero: QValue

Implicits

Implicits

implicit val catsInstancesForHttp4sQValue: Order[QValue] & Show[QValue] & Hash[QValue] & HttpCodec[QValue] & BoundedEnumerable[QValue]