KeyEquals

case class KeyEquals[V](key: AttributeName, v: V)(implicit evidence$1: DynamoFormat[V])
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

def and[R : DynamoFormat](equalsKeyCondition: KeyEquals[R]): AndEqualsCondition[KeyEquals[V], KeyEquals[R]]
def and[R : DynamoFormat](rangeKeyCondition: RangeKeyCondition[R]): AndQueryCondition[V, R]

Inherited methods

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