ToAttributeValue

zio.dynamodb.ToAttributeValue$
See theToAttributeValue companion trait

Attributes

Companion
trait
Graph
Supertypes
Self type

Members list

Value members

Concrete methods

def apply[A](implicit to: ToAttributeValue[A]): ToAttributeValue[A]

Implicits

Implicits

implicit val bigDecimalSetToAttributeValue: ToAttributeValue[Set[BigDecimal]]
implicit val bigDecimalToAttributeValue: ToAttributeValue[BigDecimal]
implicit def binarySetToAttributeValue[Col1 <: (Iterable), Col2 <: (Iterable), B <: Byte]: ToAttributeValue[Col1[Col2[B]]]
implicit def binaryToAttributeValue[Col <: (Iterable), A <: Byte]: ToAttributeValue[Col[A]]
implicit val boolToAttributeValue: ToAttributeValue[Boolean]
implicit val doubleSetToAttributeValue: ToAttributeValue[Set[Double]]
implicit val floatSetToAttributeValue: ToAttributeValue[Set[Float]]
implicit val intSetToAttributeValue: ToAttributeValue[Set[Int]]
implicit val longSetToAttributeValue: ToAttributeValue[Set[Long]]
implicit def mapToAttributeValue[A](implicit ev: ToAttributeValue[A]): ToAttributeValue[Map[String, A]]
implicit def optionToAttributeValue[A](implicit ev: ToAttributeValue[A]): ToAttributeValue[Option[A]]
implicit val shortSetToAttributeValue: ToAttributeValue[Set[Short]]
implicit val stringSetToAttributeValue: ToAttributeValue[Set[String]]

Inherited implicits

implicit def collectionToAttributeValue[Col <: (Iterable), A](implicit element: ToAttributeValue[A]): ToAttributeValue[Col[A]]

Attributes

Inherited from:
ToAttributeValueLowPriorityImplicits0

Attributes

Inherited from:
ToAttributeValueLowPriorityImplicits1
implicit def schemaToAttributeValue[A](implicit schema: Schema[A]): ToAttributeValue[A]

Attributes

Inherited from:
ToAttributeValueLowPriorityImplicits1