ConditionalOperation

final case class ConditionalOperation[V, T](tableName: String, t: T)(implicit expr: ConditionExpression[T], format: DynamoFormat[V])
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

def delete(key: UniqueKey[_]): ScanamoOps[Either[ScanamoError, Unit]]
def deleteAndReturn(ret: DeleteReturn)(key: UniqueKey[_]): ScanamoOps[Option[Either[ScanamoError, V]]]
def put(item: V): ScanamoOps[Either[ScanamoError, Unit]]
def putAndReturn(ret: PutReturn)(item: V): ScanamoOps[Option[Either[ScanamoError, V]]]
def update(key: UniqueKey[_], update: UpdateExpression): ScanamoOps[Either[ScanamoError, V]]

Inherited methods

def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product