syntax

org.scanamo.`package`.syntax
object syntax

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
syntax.type

Members list

Type members

Classlikes

implicit class AndConditionExpression[X](x: X)(implicit evidence$1: ConditionExpression[X])

Attributes

Supertypes
class Object
trait Matchable
class Any
final implicit class AsDynamoValue[A](x: A) extends AnyVal

Attributes

Supertypes
class AnyVal
trait Matchable
class Any
implicit class AttributeNameKeyCondition(s: String)

Attributes

Supertypes
class Object
trait Matchable
class Any
implicit class AttributeNameTuple(s: (String, String))

Attributes

Supertypes
class Object
trait Matchable
class Any

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
implicit class OrConditionExpression[X](x: X)(implicit evidence$1: ConditionExpression[X])

Attributes

Supertypes
class Object
trait Matchable
class Any

Value members

Deprecated methods

def add[V : DynamoFormat](fieldValue: (AttributeName, V)): UpdateExpression

Attributes

Deprecated
true
def append[V : DynamoFormat](fieldValue: (AttributeName, V)): UpdateExpression

Attributes

Deprecated
true

Attributes

Deprecated
true
def delete[V : DynamoFormat](fieldValue: (AttributeName, V)): UpdateExpression

Attributes

Deprecated
true
def prepend[V : DynamoFormat](fieldValue: (AttributeName, V)): UpdateExpression

Attributes

Deprecated
true

Attributes

Deprecated
true
def set[V : DynamoFormat](fieldValue: (AttributeName, V)): UpdateExpression

Attributes

Deprecated
true

Implicits

Implicits

final implicit def AsDynamoValue[A](x: A): AsDynamoValue[A]
final implicit def AttributeNameTuple(s: (String, String)): AttributeNameTuple
implicit def stringAttributeNameValue[T](sv: (String, T)): (AttributeName, T)
implicit def toQuery[T : QueryableKeyCondition](t: T): Query[T]
implicit def toUniqueKey[T : UniqueKeyCondition](t: T): UniqueKey[T]
implicit def toUniqueKeys[T : UniqueKeyConditions](t: T): UniqueKeys[T]

Deprecated implicits

Attributes

Deprecated
true
implicit def stringTupleToKeyCondition[V : DynamoFormat](pair: (String, V)): KeyEquals[V]

Attributes

Deprecated
true
implicit def stringTupleToQuery[V : DynamoFormat](pair: (String, V)): Query[KeyEquals[V]]

Attributes

Deprecated
true
implicit def stringTupleToUniqueKey[V : DynamoFormat](pair: (String, V)): UniqueKey[KeyEquals[V]]

Attributes

Deprecated
true