syntax
Members list
Type members
Classlikes
Attributes
- Companion
- trait
- Supertypes
- Self type
-
CatsCompatible.type
Attributes
- Supertypes
- Known subtypes
-
object CatsCompatible.type
Attributes
- Companion
- class
- Supertypes
- Self type
-
DynamoDBExceutorF.type
Attributes
- Supertypes
Value members
Concrete methods
Applies function pk: A => KeyConditionExpr.PrimaryKeyExpr[From]
to an input stream of A
and returns a stream of Either[DynamoDBError.DecodingError, (A, Option[From])]
where From
has an associated Schema
Applies function pk: A => KeyConditionExpr.PrimaryKeyExpr[From]
to an input stream of A
and returns a stream of Either[DynamoDBError.DecodingError, (A, Option[From])]
where From
has an associated Schema
Attributes
Applies function pk: A => PrimaryKey
to an input stream of A
and returns a stream of (A, Option[Item])
. Note this uses the lower level API so returns a type unsafe Item.
Applies function pk: A => PrimaryKey
to an input stream of A
and returns a stream of (A, Option[Item])
. Note this uses the lower level API so returns a type unsafe Item.
Attributes
Applies function f: A => DynamoDBQuery[In, B]
to an input stream of A
, where function f is a write operation ie put or delete
Applies function f: A => DynamoDBQuery[In, B]
to an input stream of A
, where function f is a write operation ie put or delete