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]) @native() @HotSpotIntrinsicCandidate()
  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 dynamoDecoderForDouble: Decoder[Double]
  14. implicit val dynamoDecoderForFloat: Decoder[Float]
  15. implicit val dynamoDecoderForInstant: Decoder[Instant]
  16. implicit val dynamoDecoderForInt: Decoder[Int]
  17. implicit def dynamoDecoderForList[A](implicit arg0: Decoder[A]): Decoder[List[A]]
  18. implicit val dynamoDecoderForLong: Decoder[Long]
  19. implicit def dynamoDecoderForMap[A](implicit arg0: Decoder[A]): Decoder[Map[String, A]]
  20. implicit def dynamoDecoderForSeq[A](implicit arg0: Decoder[A]): Decoder[Seq[A]]
  21. implicit val dynamoDecoderForShort: Decoder[Short]
  22. implicit val dynamoDecoderForString: Decoder[String]
  23. implicit val dynamoDecoderForUUID: Decoder[UUID]
  24. implicit val dynamoDecoderForUnit: Decoder[Unit]
  25. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  26. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  27. def failed[A](failure: DecoderError): Decoder[A]
  28. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  29. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  30. def instance[A](f: (AttributeValue) => Either[DecoderError, A]): Decoder[A]
  31. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  32. implicit def monadForDynamoDbDecoder: Monad[Decoder]
  33. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  34. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  35. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  36. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  37. def toString(): String
    Definition Classes
    AnyRef → Any
  38. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  39. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  40. 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