org.http4s

QueryParamDecoder

object QueryParamDecoder

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. QueryParamDecoder
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. implicit val FunctorQueryParamDecoder: Functor[QueryParamDecoder]

    QueryParamDecoder is a covariant functor.

  7. implicit val PlusEmptyQueryParamDecoder: PlusEmpty[QueryParamDecoder]

    QueryParamDecoder is a PlusEmpty.

  8. def apply[T](implicit ev: QueryParamDecoder[T]): QueryParamDecoder[T]

    summon an implicit QueryParamDecoder

  9. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  10. implicit lazy val booleanQueryParamDecoder: QueryParamDecoder[Boolean]

  11. implicit lazy val charQueryParamDecoder: QueryParamDecoder[Char]

  12. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  13. implicit lazy val doubleQueryParamDecoder: QueryParamDecoder[Double]

  14. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  15. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  16. def fail[A](sanitized: String, detail: String): QueryParamDecoder[A]

    A decoder that always fails.

  17. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  18. implicit lazy val floatQueryParamDecoder: QueryParamDecoder[Float]

  19. def fromUnsafeCast[T](cast: (QueryParameterValue) ⇒ T)(typeName: String): QueryParamDecoder[T]

  20. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  21. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  22. implicit lazy val intQueryParamDecoder: QueryParamDecoder[Int]

  23. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  24. implicit lazy val longQueryParamDecoder: QueryParamDecoder[Long]

  25. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  26. final def notify(): Unit

    Definition Classes
    AnyRef
  27. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  28. implicit lazy val shortQueryParamDecoder: QueryParamDecoder[Short]

  29. implicit lazy val stringQueryParamDecoder: QueryParamDecoder[String]

  30. def success[A](a: A): QueryParamDecoder[A]

    A decoder that always succeeds.

  31. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  32. def toString(): String

    Definition Classes
    AnyRef → Any
  33. implicit lazy val unitQueryParamDecoder: QueryParamDecoder[Unit]

  34. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  35. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  36. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def decodeBy[U, T](f: (T) ⇒ U)(implicit qpd: QueryParamDecoder[T]): QueryParamDecoder[U]

    Annotations
    @deprecated
    Deprecated

    (Since version 0.16) Use QueryParamDecoder[T].map(f)

Inherited from AnyRef

Inherited from Any

Ungrouped