Packages

object Decoder extends LowPriorityDecoder with Serializable

Linear Supertypes
Serializable, Serializable, LowPriorityDecoder, LowPriority, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Decoder
  2. Serializable
  3. Serializable
  4. LowPriorityDecoder
  5. LowPriority
  6. AnyRef
  7. 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. def apply[A](implicit A: Decoder[A]): Decoder[A]
    Annotations
    @inline()
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  7. implicit val decodeBigInt: Decoder[BigInt]
  8. implicit val decodeBoolean: Decoder[Boolean]
  9. implicit val decodeBytes: Decoder[Byte]
  10. implicit val decodeChar: Decoder[Char]
  11. implicit val decodeDouble: Decoder[Double]
  12. implicit val decodeFloat: Decoder[Float]
  13. implicit val decodeInt: Decoder[Int]
  14. implicit def decodeList[A](implicit A: Decoder[A]): Decoder[List[A]]
  15. implicit val decodeLong: Decoder[Long]
  16. implicit def decodeMapLike[M[_, _] <: Map[K, V], K, V](implicit K: Decoder[K], V: Decoder[V], cbf: CanBuildFrom[Nothing, (K, V), M[K, V]]): Decoder[M[K, V]]
  17. implicit val decodeNone: Decoder[None.type]
  18. implicit def decodeOption[A](implicit A: Decoder[A]): Decoder[Option[A]]
  19. implicit def decodeSeq[A](implicit A: Decoder[A]): Decoder[Seq[A]]
  20. implicit def decodeSet[A](implicit A: Decoder[A]): Decoder[Set[A]]
  21. implicit val decodeShort: Decoder[Short]
  22. implicit def decodeSome[A](implicit A: Decoder[A]): Decoder[Some[A]]
  23. implicit val decodeString: Decoder[String]
  24. implicit def decodeVector[A](implicit A: Decoder[A]): Decoder[Vector[A]]
  25. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  26. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  27. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  28. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  29. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  30. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  31. def lift[A](a: A): Decoder[A]
  32. def liftF[A](a: Either[Throwable, A]): Decoder[A]
  33. implicit macro def mess$LowPriorityDecoder[fresh$macro$1]: Decoder[fresh$macro$1]
    Definition Classes
    LowPriorityDecoder
  34. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  35. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  36. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  37. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  38. def toString(): String
    Definition Classes
    AnyRef → Any
  39. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  40. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  41. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )

Inherited from Serializable

Inherited from Serializable

Inherited from LowPriorityDecoder

Inherited from LowPriority

Inherited from AnyRef

Inherited from Any

Ungrouped