Packages

object Decoder

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

Type Members

  1. type FailureOr[U] = Either[DecoderError, U]

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 dd: Decoder[A]): Decoder[A]
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @HotSpotIntrinsicCandidate() @native()
  7. def const[A](a: A): Decoder[A]
  8. implicit val dynamoDecoderForAttributeValue: Decoder[AttributeValue]
  9. implicit val dynamoDecoderForBigDecimal: Decoder[BigDecimal]
  10. implicit val dynamoDecoderForBigInt: Decoder[BigInt]
  11. implicit val dynamoDecoderForBoolean: Decoder[Boolean]
  12. implicit val dynamoDecoderForByte: Decoder[Byte]
  13. implicit val dynamoDecoderForByteArray: Decoder[Array[Byte]]
  14. implicit val dynamoDecoderForDouble: Decoder[Double]
  15. implicit val dynamoDecoderForFloat: Decoder[Float]
  16. implicit val dynamoDecoderForInstant: Decoder[Instant]
  17. implicit val dynamoDecoderForInt: Decoder[Int]
  18. implicit def dynamoDecoderForList[A](implicit arg0: Decoder[A]): Decoder[List[A]]
  19. implicit val dynamoDecoderForListByteArray: Decoder[List[Array[Byte]]]
  20. implicit val dynamoDecoderForLong: Decoder[Long]
  21. implicit def dynamoDecoderForMap[A](implicit arg0: Decoder[A]): Decoder[Map[String, A]]
  22. implicit def dynamoDecoderForSeq[A](implicit arg0: Decoder[A]): Decoder[Seq[A]]
  23. implicit val dynamoDecoderForSeqByteArray: Decoder[Seq[Array[Byte]]]
  24. implicit val dynamoDecoderForShort: Decoder[Short]
  25. implicit val dynamoDecoderForString: Decoder[String]
  26. implicit val dynamoDecoderForUUID: Decoder[UUID]
  27. implicit val dynamoDecoderForUnit: Decoder[Unit]
  28. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  29. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  30. def failed[A](failure: DecoderError): Decoder[A]
  31. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  32. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  33. def instance[A](f: (AttributeValue) => Either[DecoderError, A]): Decoder[A]

    Create a new instance of Decoder for type A.

    Create a new instance of Decoder for type A. Helper methods and more examples can be found in meteor.syntax.

  34. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  35. implicit def monadForDynamoDbDecoder: Monad[Decoder]
  36. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  37. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  38. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  39. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  40. def toString(): String
    Definition Classes
    AnyRef → Any
  41. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  42. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  43. 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

    (Since version 9)

Inherited from AnyRef

Inherited from Any

Ungrouped