object Decoder
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Decoder
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
- type FailureOr[U] = Either[DecoderError, U]
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[A](implicit dd: Decoder[A]): Decoder[A]
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @HotSpotIntrinsicCandidate()
- def const[A](a: A): Decoder[A]
- implicit val dynamoDecoderForAttributeValue: Decoder[AttributeValue]
- implicit val dynamoDecoderForBigDecimal: Decoder[BigDecimal]
- implicit val dynamoDecoderForBigInt: Decoder[BigInt]
- implicit val dynamoDecoderForBoolean: Decoder[Boolean]
- implicit val dynamoDecoderForByte: Decoder[Byte]
- implicit val dynamoDecoderForByteArray: Decoder[Array[Byte]]
- implicit val dynamoDecoderForDouble: Decoder[Double]
- implicit val dynamoDecoderForFloat: Decoder[Float]
- implicit val dynamoDecoderForInstant: Decoder[Instant]
- implicit val dynamoDecoderForInt: Decoder[Int]
- implicit def dynamoDecoderForList[A](implicit arg0: Decoder[A]): Decoder[List[A]]
- implicit val dynamoDecoderForListByteArray: Decoder[List[Array[Byte]]]
- implicit val dynamoDecoderForLong: Decoder[Long]
- implicit def dynamoDecoderForMap[A](implicit arg0: Decoder[A]): Decoder[Map[String, A]]
- implicit def dynamoDecoderForSeq[A](implicit arg0: Decoder[A]): Decoder[Seq[A]]
- implicit val dynamoDecoderForSeqByteArray: Decoder[Seq[Array[Byte]]]
- implicit val dynamoDecoderForShort: Decoder[Short]
- implicit val dynamoDecoderForString: Decoder[String]
- implicit val dynamoDecoderForUUID: Decoder[UUID]
- implicit val dynamoDecoderForUnit: Decoder[Unit]
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def failed[A](failure: DecoderError): Decoder[A]
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
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.
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- implicit def monadForDynamoDbDecoder: Monad[Decoder]
-
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