package dynamodb
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- dynamodb
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- type Decoder[+A] = (AttributeValue) => Either[ItemError, A]
- type Encoder[A] = (A) => AttributeValue
- type FilterExpression[-From] = ConditionExpression[From]
- type Item = AttrMap
- type LastEvaluatedKey = Option[PrimaryKey]
- type PkAndItem = (PrimaryKey, Item)
- type PrimaryKey = AttrMap
- type TableNameAndPK = (String, String)
Value Members
- val Item: AttrMap.type
- val PrimaryKey: AttrMap.type
- def batchReadFromStream[R, A, From](tableName: String, stream: ZStream[R, Throwable, A], mPar: Int)(pk: (A) => PrimaryKeyExpr[From])(implicit arg0: Schema[From]): ZStream[R with DynamoDBExecutor, Throwable, Either[DecodingError, (A, Option[From])]]
- def batchReadItemFromStream[R, A](tableName: String, stream: ZStream[R, Throwable, A], mPar: Int)(pk: (A) => PrimaryKey): ZStream[R with DynamoDBExecutor, Throwable, (A, Option[Item])]
- def batchWriteFromStream[R, A, In, B](stream: ZStream[R, Throwable, A], mPar: Int)(f: (A) => DynamoDBQuery[In, B]): ZStream[DynamoDBExecutor with R, Throwable, B]
- case object BuildInfo extends Product with Serializable
This object was generated by sbt-buildinfo.