trait Decoder1 extends AnyRef
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- Decoder1
- 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
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @HotSpotIntrinsicCandidate()
- implicit val decodeBigInt: Decoder[BigInt]
- implicit val decodeBoolean: Decoder[Boolean]
- implicit val decodeByte: Decoder[Byte]
- implicit val decodeBytes: Decoder[Array[Byte]]
- implicit val decodeChar: Decoder[Char]
- implicit val decodeDouble: Decoder[Double]
- implicit val decodeFloat: Decoder[Float]
- implicit val decodeFmt: Decoder[Fmt]
- implicit val decodeInt: Decoder[Int]
- implicit def decodeList[A](implicit arg0: Decoder[A]): Decoder[List[A]]
- implicit val decodeLong: Decoder[Long]
- implicit def decodeMapLike[M[_, _] <: Map[K, V], K, V](implicit decodeK: Decoder[K], decodeV: Decoder[V], factoryKV: Factory[(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 arg0: Decoder[A]): Decoder[Seq[A]]
- implicit def decodeSet[A](implicit arg0: Decoder[A]): Decoder[Set[A]]
- implicit val decodeShort: Decoder[Short]
- implicit def decodeSome[A](implicit decodeA: Decoder[A]): Decoder[Some[A]]
- implicit val decodeString: Decoder[String]
- implicit def decodeVector[A](implicit arg0: Decoder[A]): Decoder[Vector[A]]
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
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() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
Deprecated Value Members
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] ) @Deprecated @deprecated
- Deprecated
(Since version ) see corresponding Javadoc for more information.