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 final class AsDynamoValue[A] extends AnyVal
- implicit class AttributeNameKeyCondition extends AnyRef
- implicit class AttributeNameTuple extends AnyRef
- 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](attr: AttributeName, value: V)(implicit arg0: DynamoFormat[V]): UpdateExpression
- def append[V](attr: AttributeName, value: V)(implicit arg0: DynamoFormat[V]): UpdateExpression
- def appendAll[V](attr: AttributeName, value: 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() @HotSpotIntrinsicCandidate()
- def delete[V](attr: AttributeName, value: V)(implicit arg0: DynamoFormat[V]): UpdateExpression
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
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() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def prepend[V](attr: AttributeName, value: V)(implicit arg0: DynamoFormat[V]): UpdateExpression
- def prependAll[V](attr: AttributeName, value: List[V])(implicit arg0: DynamoFormat[V]): UpdateExpression
- def remove(field: AttributeName): UpdateExpression
- def set[V](attr: AttributeName, value: V)(implicit arg0: DynamoFormat[V]): UpdateExpression
- def setFrom(to: AttributeName, from: AttributeName): UpdateExpression
- def setIfNotExists[V](attr: AttributeName, value: V)(implicit arg0: DynamoFormat[V]): UpdateExpression
- implicit def stringAttributeName(s: String): AttributeName
- implicit def stringAttributeNameValue[T](sv: (String, T)): (AttributeName, T)
-
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]
- implicit def toUniqueKeys[T](t: T)(implicit arg0: UniqueKeyConditions[T]): UniqueKeys[T]
-
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()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
Deprecated Value Members
-
def
add[V](fieldValue: (AttributeName, V))(implicit arg0: DynamoFormat[V]): UpdateExpression
- Annotations
- @deprecated
- Deprecated
(Since version 1.0) use uncurried
add(attr, value)syntax
-
def
append[V](fieldValue: (AttributeName, V))(implicit arg0: DynamoFormat[V]): UpdateExpression
- Annotations
- @deprecated
- Deprecated
(Since version 1.0) use uncurried
append(attr, value)syntax
-
def
appendAll[V](fieldValue: (AttributeName, List[V]))(implicit arg0: DynamoFormat[V]): UpdateExpression
- Annotations
- @deprecated
- Deprecated
(Since version 1.0) use uncurried
appendAll(attr, value)syntax
-
def
delete[V](fieldValue: (AttributeName, V))(implicit arg0: DynamoFormat[V]): UpdateExpression
- Annotations
- @deprecated
- Deprecated
(Since version 1.0) use uncurried
delete(attr, value)syntax
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] ) @Deprecated
- Deprecated
-
def
prepend[V](fieldValue: (AttributeName, V))(implicit arg0: DynamoFormat[V]): UpdateExpression
- Annotations
- @deprecated
- Deprecated
(Since version 1.0) use uncurried
prepend(attr, value)syntax
-
def
prependAll[V](fieldValue: (AttributeName, List[V]))(implicit arg0: DynamoFormat[V]): UpdateExpression
- Annotations
- @deprecated
- Deprecated
(Since version 1.0) use uncurried
prependAll(attr, value)syntax
-
def
set[V](fieldValue: (AttributeName, V))(implicit arg0: DynamoFormat[V]): UpdateExpression
- Annotations
- @deprecated
- Deprecated
(Since version 1.0) use uncurried
set(attr, value)syntax
-
implicit
def
stringListTupleToUniqueKeys[V](pair: (String, Set[V]))(implicit arg0: DynamoFormat[V]): UniqueKeys[KeyList[V]]
- Annotations
- @deprecated
- Deprecated
(Since version 1.0) use
attr in valuessyntax
-
implicit
def
stringTupleToKeyCondition[V](pair: (String, V))(implicit arg0: DynamoFormat[V]): KeyEquals[V]
- Annotations
- @deprecated
- Deprecated
(Since version 1.0) use
attr === valuesyntax
-
implicit
def
stringTupleToQuery[V](pair: (String, V))(implicit arg0: DynamoFormat[V]): Query[KeyEquals[V]]
- Annotations
- @deprecated
- Deprecated
(Since version 1.0) use
attr === valuesyntax
-
implicit
def
stringTupleToUniqueKey[V](pair: (String, V))(implicit arg0: DynamoFormat[V]): UniqueKey[KeyEquals[V]]
- Annotations
- @deprecated
- Deprecated
(Since version 1.0) use
attr === valuesyntax