object Decoder extends LowPriorityDecoder with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Decoder
- Serializable
- Serializable
- LowPriorityDecoder
- LowPriority
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
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](implicit A: Decoder[A]): Decoder[A]
- Annotations
- @inline()
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
- implicit val decodeBigInt: Decoder[BigInt]
- implicit val decodeBoolean: Decoder[Boolean]
- implicit val decodeBytes: Decoder[Byte]
- implicit val decodeChar: Decoder[Char]
- implicit val decodeDouble: Decoder[Double]
- implicit val decodeFloat: Decoder[Float]
- implicit val decodeInt: Decoder[Int]
- implicit def decodeList[A](implicit A: Decoder[A]): Decoder[List[A]]
- implicit val decodeLong: Decoder[Long]
- 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]]
- implicit val decodeNone: Decoder[None.type]
- implicit def decodeOption[A](implicit A: Decoder[A]): Decoder[Option[A]]
- implicit def decodeSeq[A](implicit A: Decoder[A]): Decoder[Seq[A]]
- implicit def decodeSet[A](implicit A: Decoder[A]): Decoder[Set[A]]
- implicit val decodeShort: Decoder[Short]
- implicit def decodeSome[A](implicit A: Decoder[A]): Decoder[Some[A]]
- implicit val decodeString: Decoder[String]
- implicit def decodeVector[A](implicit A: Decoder[A]): Decoder[Vector[A]]
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def lift[A](a: A): Decoder[A]
- def liftF[A](a: Either[Throwable, A]): Decoder[A]
-
implicit macro
def
mess$LowPriorityDecoder[fresh$macro$1]: Decoder[fresh$macro$1]
- Definition Classes
- LowPriorityDecoder
-
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( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )