Packages

object Decode

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Decode
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. final class DecodePartiallyApplied[A] extends AnyVal
  2. final class Location[T] extends AnyVal

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. def apply[A]: DecodePartiallyApplied[A]
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  7. implicit def decodeAtLeastOne[I, A](implicit D: Decode[I, List[A]], L: Location[I]): Decode[I, A]
  8. implicit val decodeBooleanFromPath: Decode[String, Boolean]
  9. implicit val decodeDoubleFromPath: Decode[String, Double]
  10. implicit val decodeFloatFromPath: Decode[String, Float]
  11. implicit val decodeIntFromPath: Decode[String, Int]
  12. implicit val decodeListBooleanFromHeaders: Decode[Headers, List[Boolean]]
  13. implicit val decodeListBooleanFromQuery: Decode[Query, List[Boolean]]
  14. implicit val decodeListBooleanFromUrlForm: Decode[UrlForm, List[Boolean]]
  15. implicit val decodeListDoubleFromHeaders: Decode[Headers, List[Double]]
  16. implicit val decodeListDoubleFromQuery: Decode[Query, List[Double]]
  17. implicit val decodeListDoubleFromUrlForm: Decode[UrlForm, List[Double]]
  18. implicit val decodeListFloatFromHeaders: Decode[Headers, List[Float]]
  19. implicit val decodeListFloatFromQuery: Decode[Query, List[Float]]
  20. implicit val decodeListFloatFromUrlForm: Decode[UrlForm, List[Float]]
  21. def decodeListFromCastAndGet[I, A](cast: (String) => A, typeName: String, get: (I, String) => List[String])(implicit L: Location[I]): Decode[I, List[A]]
  22. def decodeListFromHeaders[A](cast: (String) => A, typeName: String): Decode[Headers, List[A]]
  23. def decodeListFromQuery[A](cast: (String) => A, typeName: String): Decode[Query, List[A]]
  24. def decodeListFromUrlForm[A](cast: (String) => A, typeName: String): Decode[UrlForm, List[A]]
  25. implicit val decodeListIntFromHeaders: Decode[Headers, List[Int]]
  26. implicit val decodeListIntFromQuery: Decode[Query, List[Int]]
  27. implicit val decodeListIntFromUrlForm: Decode[UrlForm, List[Int]]
  28. implicit val decodeListLongFromHeaders: Decode[Headers, List[Long]]
  29. implicit val decodeListLongFromQuery: Decode[Query, List[Long]]
  30. implicit val decodeListLongFromUrlForm: Decode[UrlForm, List[Long]]
  31. implicit val decodeListStringFromHeaders: Decode[Headers, List[String]]
  32. implicit val decodeListStringFromQuery: Decode[Query, List[String]]
  33. implicit val decodeListStringFromUrlForm: Decode[UrlForm, List[String]]
  34. implicit val decodeLongFromPath: Decode[String, Long]
  35. implicit def decodeOption[I, A](implicit D: Decode[I, List[A]]): Decode[I, Option[A]]
  36. def decodePathFromCast[A](cast: (String) => A, typeName: String): Decode[String, A]
  37. implicit val decodeStringFromPath: Decode[String, String]
  38. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  39. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  40. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  41. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  42. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  43. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  44. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  45. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  46. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  47. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  48. def toString(): String
    Definition Classes
    AnyRef → Any
  49. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  50. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  51. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  52. object Location

Inherited from AnyRef

Inherited from Any

Ungrouped