zio.dynamodb.ToAttributeValue$
See theToAttributeValue companion trait
Attributes
- Companion:
- trait
- Graph
- Supertypes
- Self type
- ToAttributeValue.type
Members list
Concise view
Value members
Concrete methods
Implicits
Implicits
implicit def binarySetToAttributeValue[Col1 <: (Iterable), Col2 <: (Iterable), B <: Byte]: ToAttributeValue[Col1[Col2[B]]]
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
Attributes
- Inherited from:
- ToAttributeValueLowPriorityImplicits1