Type class defining how to decode a QueryParameterValue into a T
- See also:
QueryParamCodecLaws
- Companion:
- object
- Source:
- QueryParam.scala
Value members
Abstract methods
Concrete methods
Validate the currently parsed value a function to Either[ParseFailure, *].
Validate the currently parsed value a function to Either[ParseFailure, *].
- 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, *].
- Source:
- QueryParam.scala
QueryParamDecoder is a covariant functor.
QueryParamDecoder is a covariant functor.
- Source:
- QueryParam.scala
Use another decoder if this one fails.
Use another decoder if this one fails.
- Source:
- QueryParam.scala