Packages

object Limit extends org.http4s.dsl.io.QueryParamDecoderMatcher[Int]

Source
Repos.scala
Linear Supertypes
QueryParamDecoderMatcher[Int], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Limit
  2. QueryParamDecoderMatcher
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. def unapply(params: Map[String, Seq[String]]): Option[Int]
    Definition Classes
    QueryParamDecoderMatcher
  2. def unapplySeq(params: Map[String, Seq[String]]): Option[Seq[Int]]
    Definition Classes
    QueryParamDecoderMatcher