object Decode
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Decode
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- final class DecodePartiallyApplied[A] extends AnyVal
- final class Location[T] extends AnyVal
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##(): Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def apply[A]: DecodePartiallyApplied[A]
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- implicit def decodeAtLeastOne[I, A](implicit D: Decode[I, List[A]], L: Location[I]): Decode[I, A]
- implicit val decodeBooleanFromPath: Decode[String, Boolean]
- implicit val decodeDoubleFromPath: Decode[String, Double]
- implicit val decodeFloatFromPath: Decode[String, Float]
- implicit val decodeIntFromPath: Decode[String, Int]
- implicit val decodeListBooleanFromHeaders: Decode[Headers, List[Boolean]]
- implicit val decodeListBooleanFromQuery: Decode[Query, List[Boolean]]
- implicit val decodeListBooleanFromUrlForm: Decode[UrlForm, List[Boolean]]
- implicit val decodeListDoubleFromHeaders: Decode[Headers, List[Double]]
- implicit val decodeListDoubleFromQuery: Decode[Query, List[Double]]
- implicit val decodeListDoubleFromUrlForm: Decode[UrlForm, List[Double]]
- implicit val decodeListFloatFromHeaders: Decode[Headers, List[Float]]
- implicit val decodeListFloatFromQuery: Decode[Query, List[Float]]
- implicit val decodeListFloatFromUrlForm: Decode[UrlForm, List[Float]]
- def decodeListFromCastAndGet[I, A](cast: (String) => A, typeName: String, get: (I, String) => List[String])(implicit L: Location[I]): Decode[I, List[A]]
- def decodeListFromHeaders[A](cast: (String) => A, typeName: String): Decode[Headers, List[A]]
- def decodeListFromQuery[A](cast: (String) => A, typeName: String): Decode[Query, List[A]]
- def decodeListFromUrlForm[A](cast: (String) => A, typeName: String): Decode[UrlForm, List[A]]
- implicit val decodeListIntFromHeaders: Decode[Headers, List[Int]]
- implicit val decodeListIntFromQuery: Decode[Query, List[Int]]
- implicit val decodeListIntFromUrlForm: Decode[UrlForm, List[Int]]
- implicit val decodeListLongFromHeaders: Decode[Headers, List[Long]]
- implicit val decodeListLongFromQuery: Decode[Query, List[Long]]
- implicit val decodeListLongFromUrlForm: Decode[UrlForm, List[Long]]
- implicit val decodeListStringFromHeaders: Decode[Headers, List[String]]
- implicit val decodeListStringFromQuery: Decode[Query, List[String]]
- implicit val decodeListStringFromUrlForm: Decode[UrlForm, List[String]]
- implicit val decodeLongFromPath: Decode[String, Long]
- implicit def decodeOption[I, A](implicit D: Decode[I, List[A]]): Decode[I, Option[A]]
- def decodePathFromCast[A](cast: (String) => A, typeName: String): Decode[String, A]
- implicit val decodeStringFromPath: Decode[String, String]
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- object Location