FromAttributeValue

zio.dynamodb.FromAttributeValue$
See theFromAttributeValue companion trait

Attributes

Companion
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

def apply[A](implicit from: FromAttributeValue[A]): FromAttributeValue[A]

Implicits

Implicits

implicit def mapFromAttributeValue[A](implicit ev: FromAttributeValue[A]): FromAttributeValue[Map[String, A]]