object ValueDecoder

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ValueDecoder
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

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[T](implicit dec: ValueDecoder[T]): ValueDecoder[T]
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. implicit val blobDecoder: ValueDecoder[Blob]
  7. implicit val booleanDecoder: ValueDecoder[Boolean]
  8. implicit val bytesDecoder: ValueDecoder[Array[Byte]]
  9. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  10. def create[T](f: (Value[_]) => T): ValueDecoder[T]
  11. implicit val doubleDecoder: ValueDecoder[Double]
  12. implicit def entityDecoder[T](implicit decoder: EntityDecoder[T]): ValueDecoder[T]
  13. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  15. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  16. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  17. implicit val intDecoder: ValueDecoder[Int]
  18. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  19. implicit val keyDecoder: ValueDecoder[Key]
  20. implicit val latLngDecoder: ValueDecoder[LatLng]
  21. implicit val longDecoder: ValueDecoder[Long]
  22. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  23. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  24. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  25. implicit def optionDecoder[T](implicit vd: ValueDecoder[T]): ValueDecoder[Option[T]]
  26. implicit def seqDecoder[T](implicit vd: ValueDecoder[T]): ValueDecoder[Seq[T]]
  27. implicit val stringDecoder: ValueDecoder[String]
  28. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  29. implicit val timestampDecoder: ValueDecoder[Timestamp]
  30. def toString(): String
    Definition Classes
    AnyRef → Any
  31. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  32. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  33. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

Inherited from AnyRef

Inherited from Any

Ungrouped