implicit class ProjectionExpressionSyntax[From] extends AnyRef
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ProjectionExpressionSyntax
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new ProjectionExpressionSyntax(self: ProjectionExpression[From, Unknown])
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- def <(that: ProjectionExpression[From, Any]): ConditionExpression[From]
- def <[To](that: To)(implicit arg0: ToAttributeValue[To]): ConditionExpression[From]
- def <=(that: ProjectionExpression[From, Any]): ConditionExpression[From]
- def <=[To](that: To)(implicit arg0: ToAttributeValue[To]): ConditionExpression[From]
- def <>(that: ProjectionExpression[From, Any]): ConditionExpression[From]
- def <>[To](that: To)(implicit arg0: ToAttributeValue[To]): ConditionExpression[From]
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def ===(that: ProjectionExpression[From, Any]): ConditionExpression[From]
- def ===[To](that: To)(implicit arg0: ToAttributeValue[To]): ConditionExpression[From]
- def >(that: ProjectionExpression[From, Any]): ConditionExpression[From]
- def >[To](that: To)(implicit arg0: ToAttributeValue[To]): ConditionExpression[From]
- def >=(that: ProjectionExpression[From, Any]): ConditionExpression[From]
- def >=[To](that: To)(implicit arg0: ToAttributeValue[To]): ConditionExpression[From]
- def add[To](a: To)(implicit to: ToAttributeValue[To]): AddAction[From]
adds a number attribute if it does not exists, else adds the numeric value to the existing attribute
- def addSet[To](set: To)(implicit arg0: ToAttributeValue[To], ev: <:<[To, Set[_]]): AddAction[From]
adds a set attribute if it does not exists, else if it exists it adds the elements of the set
- def append[A](a: A)(implicit to: ToAttributeValue[A]): SetAction[From, A]
- def appendList[To](xs: Iterable[To])(implicit arg0: ToAttributeValue[To]): SetAction[From, To]
Add list
xsto the end of this list attribute - final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def between[To](minValue: To, maxValue: To)(implicit to: ToAttributeValue[To]): ConditionExpression[From]
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- def contains[To](av: To)(implicit to: ToAttributeValue[To]): ConditionExpression[From]
Applies to a String or Set
- def deleteFromSet[To](set: To)(implicit ev: <:<[To, Set[_]], to: ToAttributeValue[To]): DeleteAction[From]
Remove all elements of parameter "set" from this set
- 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[To](value: To, values: To*)(implicit to: ToAttributeValue[To]): ConditionExpression[From]
- def inSet[To](values: Set[To])(implicit to: ToAttributeValue[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: PartitionKey[From, Unknown]
- def prepend[To](a: To)(implicit arg0: ToAttributeValue[To]): SetAction[From, To]
Prepend
ato this list attribute - def prependList[To](xs: Iterable[To])(implicit arg0: ToAttributeValue[To]): SetAction[From, To]
Add list
xsto the beginning of this list attribute - def set[From1 <: From, To](that: ProjectionExpression[From1, To]): SetAction[From1, To]
Modify or Add an item Attribute
- def set[To](a: To)(implicit arg0: ToAttributeValue[To]): SetAction[From, To]
Modify or Add an item Attribute
- def setIfNotExists[To](that: ProjectionExpression[From, Unknown], a: To)(implicit arg0: ToAttributeValue[To]): SetAction[From, To]
Add item attribute if it does not exists
- def setIfNotExists[To](a: To)(implicit arg0: ToAttributeValue[To]): SetAction[From, To]
Add item attribute if it does not exists
- def sortKey: SortKey[From, Unknown]
- 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()