Packages

object QueryParamDecoder

Source
QueryParam.scala
Linear Supertypes
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
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. implicit val FunctorQueryParamDecoder: Functor[QueryParamDecoder]

    QueryParamDecoder is a covariant functor.

  5. implicit val PlusEmptyQueryParamDecoder: MonoidK[QueryParamDecoder]

    QueryParamDecoder is a MonoidK.

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

    summon an implicit QueryParamDecoder

  7. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  8. implicit lazy val booleanQueryParamDecoder: QueryParamDecoder[Boolean]
  9. implicit lazy val charQueryParamDecoder: QueryParamDecoder[Char]
  10. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  11. def dayOfWeek(formatter: DateTimeFormatter): QueryParamDecoder[DayOfWeek]
  12. implicit lazy val doubleQueryParamDecoder: QueryParamDecoder[Double]
  13. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  15. def fail[A](sanitized: String, detail: String): QueryParamDecoder[A]

    A decoder that always fails.

  16. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  17. implicit lazy val floatQueryParamDecoder: QueryParamDecoder[Float]
  18. def fromCodec[T](implicit ev: QueryParamCodec[T]): QueryParamDecoder[T]
  19. def fromUnsafeCast[T](cast: (QueryParameterValue) ⇒ T)(typeName: String): QueryParamDecoder[T]
  20. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  21. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  22. def instant(formatter: DateTimeFormatter): QueryParamDecoder[Instant]
  23. def instantQueryParamDecoder(formatter: DateTimeFormatter): QueryParamDecoder[Instant]
  24. implicit lazy val intQueryParamDecoder: QueryParamDecoder[Int]
  25. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  26. def localDate(formatter: DateTimeFormatter): QueryParamDecoder[LocalDate]
  27. def localDateQueryParamDecoder(formatter: DateTimeFormatter): QueryParamDecoder[LocalDate]
  28. def localDateTime(formatter: DateTimeFormatter): QueryParamDecoder[LocalDateTime]
  29. def localTime(formatter: DateTimeFormatter): QueryParamDecoder[LocalTime]
  30. implicit lazy val longQueryParamDecoder: QueryParamDecoder[Long]
  31. def month(formatter: DateTimeFormatter): QueryParamDecoder[Month]
  32. def monthDay(formatter: DateTimeFormatter): QueryParamDecoder[MonthDay]
  33. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  34. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  35. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  36. def offsetDateTime(formatter: DateTimeFormatter): QueryParamDecoder[OffsetDateTime]
  37. def offsetTime(formatter: DateTimeFormatter): QueryParamDecoder[OffsetTime]
  38. implicit lazy val period: QueryParamDecoder[Period]
  39. implicit lazy val shortQueryParamDecoder: QueryParamDecoder[Short]
  40. implicit lazy val stringQueryParamDecoder: QueryParamDecoder[String]
  41. def success[A](a: A): QueryParamDecoder[A]

    A decoder that always succeeds.

  42. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  43. def toString(): String
    Definition Classes
    AnyRef → Any
  44. implicit lazy val unitQueryParamDecoder: QueryParamDecoder[Unit]
  45. implicit val uriQueryParamDecoder: QueryParamDecoder[Uri]
  46. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  47. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  48. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  49. def year(formatter: DateTimeFormatter): QueryParamDecoder[Year]
  50. def yearMonth(formatter: DateTimeFormatter): QueryParamDecoder[YearMonth]
  51. implicit lazy val zoneId: QueryParamDecoder[ZoneId]
  52. def zoneOffset(formatter: DateTimeFormatter): QueryParamDecoder[ZoneOffset]
  53. def zonedDateTime(formatter: DateTimeFormatter): QueryParamDecoder[ZonedDateTime]
  54. def zonedDateTimeQueryParamDecoder(formatter: DateTimeFormatter): QueryParamDecoder[ZonedDateTime]

Inherited from AnyRef

Inherited from Any

Ungrouped