Packages

object RId extends org.http4s.dsl.io.OptionalQueryParamDecoderMatcher[Long]

Source
Audit.scala
Linear Supertypes
OptionalQueryParamDecoderMatcher[Long], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. RId
  2. OptionalQueryParamDecoderMatcher
  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[Option[Long]]
    Definition Classes
    OptionalQueryParamDecoderMatcher