object syntax
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- syntax
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
- implicit class AndConditionExpression[X] extends AnyRef
- implicit class AndUpdateExpression extends AnyRef
- implicit class AttributeNameKeyCondition extends AnyRef
- implicit class Bound[V] extends AnyRef
- case class Bounds[V](lowerBound: Bound[V], upperBound: Bound[V])(implicit evidence$9: DynamoFormat[V]) extends Product with Serializable
- case class HashAndRangeKeyNames(hash: AttributeName, range: AttributeName) extends Product with Serializable
- implicit class OrConditionExpression[X] extends AnyRef
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def add[V](fieldValue: (AttributeName, V))(implicit arg0: DynamoFormat[V]): UpdateExpression
- def append[V](fieldValue: (AttributeName, V))(implicit arg0: DynamoFormat[V]): UpdateExpression
- def appendAll[V](fieldValue: (AttributeName, List[V]))(implicit arg0: DynamoFormat[V]): UpdateExpression
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- def attributeExists(string: String): AttributeExists
- def attributeNotExists(string: String): AttributeNotExists
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
- def delete[V](fieldValue: (AttributeName, V))(implicit arg0: DynamoFormat[V]): UpdateExpression
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def not[T](t: T)(implicit arg0: ConditionExpression[T]): Not[T]
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def prepend[V](fieldValue: (AttributeName, V))(implicit arg0: DynamoFormat[V]): UpdateExpression
- def prependAll[V](fieldValue: (AttributeName, List[V]))(implicit arg0: DynamoFormat[V]): UpdateExpression
- def remove(field: AttributeName): UpdateExpression
- def set[V](fieldValue: (AttributeName, V))(implicit arg0: DynamoFormat[V]): UpdateExpression
- def set(to: String, from: String): UpdateExpression
- implicit def stringAttributeName(s: String): AttributeName
- implicit def stringAttributeNameValue[T](sv: (String, T)): (AttributeName, T)
- implicit def stringListTupleToUniqueKeys[V](pair: (String, Set[V]))(implicit arg0: DynamoFormat[V]): UniqueKeys[KeyList[V]]
- implicit def stringTupleToKeyCondition[V](pair: (String, V))(implicit arg0: DynamoFormat[V]): KeyEquals[V]
- implicit def stringTupleToQuery[V](pair: (String, V))(implicit arg0: DynamoFormat[V]): Query[KeyEquals[V]]
- implicit def stringTupleToUniqueKey[V](pair: (String, V))(implicit arg0: DynamoFormat[V]): UniqueKey[KeyEquals[V]]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- implicit def toMultipleKeyList[H, R](pair: (HashAndRangeKeyNames, Set[(H, R)]))(implicit arg0: DynamoFormat[H], arg1: DynamoFormat[R]): UniqueKeys[MultipleKeyList[H, R]]
- implicit def toQuery[T](t: T)(implicit arg0: QueryableKeyCondition[T]): Query[T]
-
def
toString(): String
- Definition Classes
- AnyRef → Any
- implicit def toUniqueKey[T](t: T)(implicit arg0: UniqueKeyCondition[T]): UniqueKey[T]
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()