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 def binarySetToAttributeValue[Col1 <: (Iterable), Col2 <: (Iterable), B <: Byte]: ToAttributeValue[Col1[Col2[B]]]
implicit def binaryToAttributeValue[Col <: (Iterable), A <: Byte]: ToAttributeValue[Col[A]]
implicit def mapToAttributeValue[A](implicit ev: ToAttributeValue[A]): ToAttributeValue[Map[String, A]]
implicit def optionToAttributeValue[A](implicit ev: ToAttributeValue[A]): ToAttributeValue[Option[A]]

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