QueryParamCodec

org.http4s.QueryParamCodec
See theQueryParamCodec companion object

Attributes

Companion
object
Source
QueryParam.scala
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Inherited methods

def contramap[U](f: U => T): QueryParamEncoder[U]

QueryParamEncoder is a contravariant functor.

QueryParamEncoder is a contravariant functor.

Attributes

Inherited from:
QueryParamEncoder
Source
QueryParam.scala

Validate the currently parsed value a function to Either[ParseFailure, *].

Validate the currently parsed value a function to Either[ParseFailure, *].

Attributes

Inherited from:
QueryParamDecoder
Source
QueryParam.scala

Validate the currently parsed value using a function to ValidatedNel[ParseFailure, *].

Validate the currently parsed value using a function to ValidatedNel[ParseFailure, *].

Attributes

Inherited from:
QueryParamDecoder
Source
QueryParam.scala

Attributes

Inherited from:
QueryParamEncoder
Source
QueryParam.scala
def map[U](f: T => U): QueryParamDecoder[U]

QueryParamDecoder is a covariant functor.

QueryParamDecoder is a covariant functor.

Attributes

Inherited from:
QueryParamDecoder
Source
QueryParam.scala

Use another decoder if this one fails.

Use another decoder if this one fails.

Attributes

Inherited from:
QueryParamDecoder
Source
QueryParam.scala