zio.dynamodb.syntax.MaybeFound
Attributes
-
Graph
-
-
Supertypes
-
class Object
trait Matchable
class Any
Members list
Moves Left[ItemError.DecodingError] to the error channel and returns Some(a) if the item is found else None eg
Moves Left[ItemError.DecodingError] to the error channel and returns Some(a) if the item is found else None eg
DynamoDBQuery.get("table")(Person.id.partitionKey === 1).execute.maybeFound
Attributes