object Decoder
- Source
- Decoder.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Decoder
- 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[T, R](implicit d: Decoder[T, R]): Decoder[T, R]
- implicit def arrDecoder[T, A](implicit r: Reader[T], dec: Decoder[T, A]): Decoder[T, Seq[A]]
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- implicit def booleanDecoder[T](implicit r: Reader[T]): Decoder[T, Boolean]
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
- def const[T, R](r: R): Decoder[T, R]
- implicit def doubleDecoder[T](implicit r: Reader[T]): Decoder[T, Double]
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def failed[T, R](msg: String): Decoder[T, R]
-
def
finalize(): Unit
- Attributes
- protected[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()
- implicit def intDecoder[T](implicit r: Reader[T]): Decoder[T, Int]
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- implicit def longDecoder[T](implicit r: Reader[T]): Decoder[T, Long]
- implicit def mapDecoder[T, A](implicit r: Reader[T], dec: Decoder[T, A]): Decoder[T, Map[String, A]]
-
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()
- implicit def stringDecoder[T](implicit r: Reader[T]): Decoder[T, String]
-
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
- @throws( ... ) @native()