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