OptionalQueryParamDecoderMatcher

org.http4s.dsl.impl.OptionalQueryParamDecoderMatcher
abstract class OptionalQueryParamDecoderMatcher[T](name: String)(implicit evidence$1: QueryParamDecoder[T])

Attributes

Source
Path.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Members list

Value members

Concrete methods

def unapply(params: Map[String, Seq[String]]): Option[Option[T]]

Attributes

Source
Path.scala