org.http4s.QueryParamDecoder
See theQueryParamDecoder companion object
Attributes
-
See also
-
-
Companion
-
object
-
Source
-
QueryParam.scala
-
Graph
-
-
Supertypes
-
trait Matchable
class Any
-
Known subtypes
-
-
Self type
-
Members list
Validate the currently parsed value a function to Either[ParseFailure, *].
Validate the currently parsed value a function to Either[ParseFailure, *].
Attributes
-
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
-
Source
-
QueryParam.scala
QueryParamDecoder is a covariant functor.
Use another decoder if this one fails.