AttrMap

zio.dynamodb.AttrMap
See theAttrMap companion object
final case class AttrMap(map: Map[String, AttributeValue])

Attributes

Companion:
object
Graph
Supertypes
trait Product
trait Equals
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Value members

Concrete methods

def get[A](field: String)(implicit ev: FromAttributeValue[A]): Either[DynamoDBError, A]
def getOptional[A](field: String)(implicit ev: FromAttributeValue[A]): Either[Nothing, Option[A]]

Inherited methods

def as[A : FromAttributeValue, B : FromAttributeValue, C : FromAttributeValue, D : FromAttributeValue, E : FromAttributeValue, F : FromAttributeValue, G : FromAttributeValue, H : FromAttributeValue, I : FromAttributeValue, J : FromAttributeValue, K : FromAttributeValue, L : FromAttributeValue, M : FromAttributeValue, N : FromAttributeValue, O : FromAttributeValue, P : FromAttributeValue, Q : FromAttributeValue, R : FromAttributeValue, S : FromAttributeValue, T : FromAttributeValue, U : FromAttributeValue, V : FromAttributeValue, W](field1: String, field2: String, field3: String, field4: String, field5: String, field6: String, field7: String, field8: String, field9: String, field10: String, field11: String, field12: String, field13: String, field14: String, field15: String, field16: String, field17: String, field18: String, field19: String, field20: String, field21: String, field22: String)(fn: (A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U, V) => W): Either[DynamoDBError, W]

Attributes

Inherited from:
GeneratedFromAttributeValueAs (hidden)
def as[A : FromAttributeValue, B : FromAttributeValue, C : FromAttributeValue, D : FromAttributeValue, E : FromAttributeValue, F : FromAttributeValue, G : FromAttributeValue, H : FromAttributeValue, I : FromAttributeValue, J : FromAttributeValue, K : FromAttributeValue, L : FromAttributeValue, M : FromAttributeValue, N : FromAttributeValue, O : FromAttributeValue, P : FromAttributeValue, Q : FromAttributeValue, R : FromAttributeValue, S : FromAttributeValue, T : FromAttributeValue, U : FromAttributeValue, V](field1: String, field2: String, field3: String, field4: String, field5: String, field6: String, field7: String, field8: String, field9: String, field10: String, field11: String, field12: String, field13: String, field14: String, field15: String, field16: String, field17: String, field18: String, field19: String, field20: String, field21: String)(fn: (A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U) => V): Either[DynamoDBError, V]

Attributes

Inherited from:
GeneratedFromAttributeValueAs (hidden)
def as[A : FromAttributeValue, B : FromAttributeValue, C : FromAttributeValue, D : FromAttributeValue, E : FromAttributeValue, F : FromAttributeValue, G : FromAttributeValue, H : FromAttributeValue, I : FromAttributeValue, J : FromAttributeValue, K : FromAttributeValue, L : FromAttributeValue, M : FromAttributeValue, N : FromAttributeValue, O : FromAttributeValue, P : FromAttributeValue, Q : FromAttributeValue, R : FromAttributeValue, S : FromAttributeValue, T : FromAttributeValue, U](field1: String, field2: String, field3: String, field4: String, field5: String, field6: String, field7: String, field8: String, field9: String, field10: String, field11: String, field12: String, field13: String, field14: String, field15: String, field16: String, field17: String, field18: String, field19: String, field20: String)(fn: (A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T) => U): Either[DynamoDBError, U]

Attributes

Inherited from:
GeneratedFromAttributeValueAs (hidden)
def as[A : FromAttributeValue, B : FromAttributeValue, C : FromAttributeValue, D : FromAttributeValue, E : FromAttributeValue, F : FromAttributeValue, G : FromAttributeValue, H : FromAttributeValue, I : FromAttributeValue, J : FromAttributeValue, K : FromAttributeValue, L : FromAttributeValue, M : FromAttributeValue, N : FromAttributeValue, O : FromAttributeValue, P : FromAttributeValue, Q : FromAttributeValue, R : FromAttributeValue, S : FromAttributeValue, T](field1: String, field2: String, field3: String, field4: String, field5: String, field6: String, field7: String, field8: String, field9: String, field10: String, field11: String, field12: String, field13: String, field14: String, field15: String, field16: String, field17: String, field18: String, field19: String)(fn: (A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S) => T): Either[DynamoDBError, T]

Attributes

Inherited from:
GeneratedFromAttributeValueAs (hidden)
def as[A : FromAttributeValue, B : FromAttributeValue, C : FromAttributeValue, D : FromAttributeValue, E : FromAttributeValue, F : FromAttributeValue, G : FromAttributeValue, H : FromAttributeValue, I : FromAttributeValue, J : FromAttributeValue, K : FromAttributeValue, L : FromAttributeValue, M : FromAttributeValue, N : FromAttributeValue, O : FromAttributeValue, P : FromAttributeValue, Q : FromAttributeValue, R : FromAttributeValue, S](field1: String, field2: String, field3: String, field4: String, field5: String, field6: String, field7: String, field8: String, field9: String, field10: String, field11: String, field12: String, field13: String, field14: String, field15: String, field16: String, field17: String, field18: String)(fn: (A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R) => S): Either[DynamoDBError, S]

Attributes

Inherited from:
GeneratedFromAttributeValueAs (hidden)
def as[A : FromAttributeValue, B : FromAttributeValue, C : FromAttributeValue, D : FromAttributeValue, E : FromAttributeValue, F : FromAttributeValue, G : FromAttributeValue, H : FromAttributeValue, I : FromAttributeValue, J : FromAttributeValue, K : FromAttributeValue, L : FromAttributeValue, M : FromAttributeValue, N : FromAttributeValue, O : FromAttributeValue, P : FromAttributeValue, Q : FromAttributeValue, R](field1: String, field2: String, field3: String, field4: String, field5: String, field6: String, field7: String, field8: String, field9: String, field10: String, field11: String, field12: String, field13: String, field14: String, field15: String, field16: String, field17: String)(fn: (A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q) => R): Either[DynamoDBError, R]

Attributes

Inherited from:
GeneratedFromAttributeValueAs (hidden)
def as[A : FromAttributeValue, B : FromAttributeValue, C : FromAttributeValue, D : FromAttributeValue, E : FromAttributeValue, F : FromAttributeValue, G : FromAttributeValue, H : FromAttributeValue, I : FromAttributeValue, J : FromAttributeValue, K : FromAttributeValue, L : FromAttributeValue, M : FromAttributeValue, N : FromAttributeValue, O : FromAttributeValue, P : FromAttributeValue, Q](field1: String, field2: String, field3: String, field4: String, field5: String, field6: String, field7: String, field8: String, field9: String, field10: String, field11: String, field12: String, field13: String, field14: String, field15: String, field16: String)(fn: (A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P) => Q): Either[DynamoDBError, Q]

Attributes

Inherited from:
GeneratedFromAttributeValueAs (hidden)
def as[A : FromAttributeValue, B : FromAttributeValue, C : FromAttributeValue, D : FromAttributeValue, E : FromAttributeValue, F : FromAttributeValue, G : FromAttributeValue, H : FromAttributeValue, I : FromAttributeValue, J : FromAttributeValue, K : FromAttributeValue, L : FromAttributeValue, M : FromAttributeValue, N : FromAttributeValue, O : FromAttributeValue, P](field1: String, field2: String, field3: String, field4: String, field5: String, field6: String, field7: String, field8: String, field9: String, field10: String, field11: String, field12: String, field13: String, field14: String, field15: String)(fn: (A, B, C, D, E, F, G, H, I, J, K, L, M, N, O) => P): Either[DynamoDBError, P]

Attributes

Inherited from:
GeneratedFromAttributeValueAs (hidden)
def as[A : FromAttributeValue, B : FromAttributeValue, C : FromAttributeValue, D : FromAttributeValue, E : FromAttributeValue, F : FromAttributeValue, G : FromAttributeValue, H : FromAttributeValue, I : FromAttributeValue, J : FromAttributeValue, K : FromAttributeValue, L : FromAttributeValue, M : FromAttributeValue, N : FromAttributeValue, O](field1: String, field2: String, field3: String, field4: String, field5: String, field6: String, field7: String, field8: String, field9: String, field10: String, field11: String, field12: String, field13: String, field14: String)(fn: (A, B, C, D, E, F, G, H, I, J, K, L, M, N) => O): Either[DynamoDBError, O]

Attributes

Inherited from:
GeneratedFromAttributeValueAs (hidden)
def as[A : FromAttributeValue, B : FromAttributeValue, C : FromAttributeValue, D : FromAttributeValue, E : FromAttributeValue, F : FromAttributeValue, G : FromAttributeValue, H : FromAttributeValue, I : FromAttributeValue, J : FromAttributeValue, K : FromAttributeValue, L : FromAttributeValue, M : FromAttributeValue, N](field1: String, field2: String, field3: String, field4: String, field5: String, field6: String, field7: String, field8: String, field9: String, field10: String, field11: String, field12: String, field13: String)(fn: (A, B, C, D, E, F, G, H, I, J, K, L, M) => N): Either[DynamoDBError, N]

Attributes

Inherited from:
GeneratedFromAttributeValueAs (hidden)
def as[A : FromAttributeValue, B : FromAttributeValue, C : FromAttributeValue, D : FromAttributeValue, E : FromAttributeValue, F : FromAttributeValue, G : FromAttributeValue, H : FromAttributeValue, I : FromAttributeValue, J : FromAttributeValue, K : FromAttributeValue, L : FromAttributeValue, M](field1: String, field2: String, field3: String, field4: String, field5: String, field6: String, field7: String, field8: String, field9: String, field10: String, field11: String, field12: String)(fn: (A, B, C, D, E, F, G, H, I, J, K, L) => M): Either[DynamoDBError, M]

Attributes

Inherited from:
GeneratedFromAttributeValueAs (hidden)
def as[A : FromAttributeValue, B : FromAttributeValue, C : FromAttributeValue, D : FromAttributeValue, E : FromAttributeValue, F : FromAttributeValue, G : FromAttributeValue, H : FromAttributeValue, I : FromAttributeValue, J : FromAttributeValue, K : FromAttributeValue, L](field1: String, field2: String, field3: String, field4: String, field5: String, field6: String, field7: String, field8: String, field9: String, field10: String, field11: String)(fn: (A, B, C, D, E, F, G, H, I, J, K) => L): Either[DynamoDBError, L]

Attributes

Inherited from:
GeneratedFromAttributeValueAs (hidden)
def as[A : FromAttributeValue, B : FromAttributeValue, C : FromAttributeValue, D : FromAttributeValue, E : FromAttributeValue, F : FromAttributeValue, G : FromAttributeValue, H : FromAttributeValue, I : FromAttributeValue, J : FromAttributeValue, K](field1: String, field2: String, field3: String, field4: String, field5: String, field6: String, field7: String, field8: String, field9: String, field10: String)(fn: (A, B, C, D, E, F, G, H, I, J) => K): Either[DynamoDBError, K]

Attributes

Inherited from:
GeneratedFromAttributeValueAs (hidden)
def as[A : FromAttributeValue, B : FromAttributeValue, C : FromAttributeValue, D : FromAttributeValue, E : FromAttributeValue, F : FromAttributeValue, G : FromAttributeValue, H : FromAttributeValue, I : FromAttributeValue, J](field1: String, field2: String, field3: String, field4: String, field5: String, field6: String, field7: String, field8: String, field9: String)(fn: (A, B, C, D, E, F, G, H, I) => J): Either[DynamoDBError, J]

Attributes

Inherited from:
GeneratedFromAttributeValueAs (hidden)
def as[A : FromAttributeValue, B : FromAttributeValue, C : FromAttributeValue, D : FromAttributeValue, E : FromAttributeValue, F : FromAttributeValue, G : FromAttributeValue, H : FromAttributeValue, I](field1: String, field2: String, field3: String, field4: String, field5: String, field6: String, field7: String, field8: String)(fn: (A, B, C, D, E, F, G, H) => I): Either[DynamoDBError, I]

Attributes

Inherited from:
GeneratedFromAttributeValueAs (hidden)
def as[A : FromAttributeValue, B : FromAttributeValue, C : FromAttributeValue, D : FromAttributeValue, E : FromAttributeValue, F : FromAttributeValue, G : FromAttributeValue, H](field1: String, field2: String, field3: String, field4: String, field5: String, field6: String, field7: String)(fn: (A, B, C, D, E, F, G) => H): Either[DynamoDBError, H]

Attributes

Inherited from:
GeneratedFromAttributeValueAs (hidden)
def as[A : FromAttributeValue, B : FromAttributeValue, C : FromAttributeValue, D : FromAttributeValue, E : FromAttributeValue, F : FromAttributeValue, G](field1: String, field2: String, field3: String, field4: String, field5: String, field6: String)(fn: (A, B, C, D, E, F) => G): Either[DynamoDBError, G]

Attributes

Inherited from:
GeneratedFromAttributeValueAs (hidden)
def as[A : FromAttributeValue, B : FromAttributeValue, C : FromAttributeValue, D : FromAttributeValue, E : FromAttributeValue, F](field1: String, field2: String, field3: String, field4: String, field5: String)(fn: (A, B, C, D, E) => F): Either[DynamoDBError, F]

Attributes

Inherited from:
GeneratedFromAttributeValueAs (hidden)
def as[A : FromAttributeValue, B : FromAttributeValue, C : FromAttributeValue, D : FromAttributeValue, E](field1: String, field2: String, field3: String, field4: String)(fn: (A, B, C, D) => E): Either[DynamoDBError, E]

Attributes

Inherited from:
GeneratedFromAttributeValueAs (hidden)
def as[A : FromAttributeValue, B : FromAttributeValue, C : FromAttributeValue, D](field1: String, field2: String, field3: String)(fn: (A, B, C) => D): Either[DynamoDBError, D]

Attributes

Inherited from:
GeneratedFromAttributeValueAs (hidden)
def as[A : FromAttributeValue, B : FromAttributeValue, C](field1: String, field2: String)(fn: (A, B) => C): Either[DynamoDBError, C]

Attributes

Inherited from:
GeneratedFromAttributeValueAs (hidden)

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product