QueryParamMatcherWithDefault

org.http4s.dsl.impl.QueryParamMatcherWithDefault
abstract class QueryParamMatcherWithDefault[T](default: T)(implicit evidence$7: QueryParamDecoder[T], evidence$8: QueryParam[T]) extends QueryParamDecoderMatcherWithDefault[T]

Attributes

Source:
Path.scala
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Inherited methods

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

Attributes

Inherited from:
QueryParamDecoderMatcherWithDefault
Source:
Path.scala