QueryParamCodec

Companion:
object
class Object
trait Matchable
class Any

Value members

Inherited methods

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

QueryParamEncoder is a contravariant functor.

QueryParamEncoder is a contravariant functor.

Inherited from:
QueryParamEncoder

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

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

Inherited from:
QueryParamDecoder

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

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

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

QueryParamDecoder is a covariant functor.

QueryParamDecoder is a covariant functor.

Inherited from:
QueryParamDecoder

Use another decoder if this one fails.

Use another decoder if this one fails.

Inherited from:
QueryParamDecoder