implicit class ProjectionExpressionSyntax0[From, To] extends AnyRef
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ProjectionExpressionSyntax0
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new ProjectionExpressionSyntax0(self: ProjectionExpression[From, To])(implicit arg0: ToAttributeValue[To])
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- def <(that: ProjectionExpression[From, To]): ConditionExpression[From]
- def <(that: To): ConditionExpression[From]
- def <=(that: ProjectionExpression[From, To]): ConditionExpression[From]
- def <=(that: To): ConditionExpression[From]
- def <>(that: ProjectionExpression[From, To]): ConditionExpression[From]
- def <>(that: To): ConditionExpression[From]
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def ===(that: ProjectionExpression[From, To]): ConditionExpression[From]
- def ===(that: To): ConditionExpression[From]
- def >(that: ProjectionExpression[From, To]): ConditionExpression[From]
- def >(that: To): ConditionExpression[From]
- def >=(that: ProjectionExpression[From, To]): ConditionExpression[From]
- def >=(that: To): ConditionExpression[From]
- def add(a: To)(implicit ev: Addable[To, To]): AddAction[From]
adds this value as a number attribute if it does not exists, else adds the numeric value to the existing attribute
- def addSet[A](set: Set[A])(implicit ev: Addable[To, A], evSet: <:<[Set[A], To]): AddAction[From]
Adds this set as an attribute if it does not exists, else if it exists it adds the elements of the set Note that
Amust be a scalar type and is further restricted to Number, String, or Binary - def append[A](a: A)(implicit ev: <:<[To, Iterable[A]], to: ToAttributeValue[A]): SetAction[From, To]
Append
ato this list attribute - def appendList[A](xs: To)(implicit ev: <:<[To, Iterable[A]], to: ToAttributeValue[A]): SetAction[From, To]
Add list
xsto the end of this list attribute - final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def between(minValue: To, maxValue: To): ConditionExpression[From]
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- def contains[A](av: A)(implicit ev: Containable[To, A], to: ToAttributeValue[A]): ConditionExpression[From]
Applies to a String or Set
- def deleteFromSet(set: To)(implicit ev: <:<[To, Set[_]]): DeleteAction[From]
Remove all elements of parameter
setfrom this set attribute - final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def in(value: To, values: To*): ConditionExpression[From]
- def inSet(values: Set[To]): ConditionExpression[From]
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def partitionKey(implicit ev: IsPrimaryKey[To]): PartitionKey[From, To]
- def prepend[A](a: A)(implicit ev: <:<[To, Iterable[A]], to: ToAttributeValue[A]): SetAction[From, To]
Prepend
ato this list attribute - def prependList[A](xs: To)(implicit ev: <:<[To, Iterable[A]], to: ToAttributeValue[A]): SetAction[From, To]
Add list
xsto the beginning of this list attribute - def set(pe: ProjectionExpression[From, To]): SetAction[From, To]
- def set(a: To): SetAction[From, To]
- def setIfNotExists(a: To): SetAction[From, To]
Set attribute if it does not exists
- def sortKey(implicit ev: IsPrimaryKey[To]): SortKey[From, To]
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()