Object/Trait

org.http4s

QueryParamDecoder

Related Docs: trait QueryParamDecoder | package http4s

Permalink

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
Visibility
  1. Public
  2. All

Value Members

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

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

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

    Permalink
    Definition Classes
    AnyRef → Any
  4. implicit val FunctorQueryParamDecoder: Functor[QueryParamDecoder]

    Permalink

    QueryParamDecoder is a covariant functor.

  5. implicit val PlusEmptyQueryParamDecoder: MonoidK[QueryParamDecoder]

    Permalink

    QueryParamDecoder is a MonoidK.

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

    Permalink

    summon an implicit QueryParamDecoder

  7. final def asInstanceOf[T0]: T0

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

    Permalink
  9. implicit lazy val charQueryParamDecoder: QueryParamDecoder[Char]

    Permalink
  10. def clone(): AnyRef

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

    Permalink
  12. final def eq(arg0: AnyRef): Boolean

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

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

    Permalink

    A decoder that always fails.

  15. def finalize(): Unit

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

    Permalink
  17. def fromCodec[T](implicit ev: QueryParamCodec[T]): QueryParamDecoder[T]

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

    Permalink
  19. final def getClass(): Class[_]

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

    Permalink
    Definition Classes
    AnyRef → Any
  21. def instantQueryParamDecoder(formatter: DateTimeFormatter): QueryParamDecoder[Instant]

    Permalink
  22. implicit lazy val intQueryParamDecoder: QueryParamDecoder[Int]

    Permalink
  23. final def isInstanceOf[T0]: Boolean

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

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

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

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

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

    Permalink
  29. implicit lazy val stringQueryParamDecoder: QueryParamDecoder[String]

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

    Permalink

    A decoder that always succeeds.

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

    Permalink
    Definition Classes
    AnyRef
  32. def toString(): String

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

    Permalink
  34. implicit val uriQueryParamDecoder: QueryParamDecoder[Uri]

    Permalink
  35. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

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

    Permalink
    Annotations
    @deprecated
    Deprecated

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

Inherited from AnyRef

Inherited from Any

Ungrouped