Packages

implicit class ProjectionExpressionSyntax1[From, To] extends AnyRef

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ProjectionExpressionSyntax1
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new ProjectionExpressionSyntax1(self: ProjectionExpression[From, To])

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. def <[To2](that: ProjectionExpression[From, To2])(implicit refersTo: RefersTo[To, To2]): ConditionExpression[From]
  4. def <=[To2](that: ProjectionExpression[From, To2])(implicit refersTo: RefersTo[To, To2]): ConditionExpression[From]
  5. def <>[To2](that: ProjectionExpression[From, To2])(implicit refersTo: RefersTo[To, To2]): ConditionExpression[From]
  6. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  7. def ===[To2](that: ProjectionExpression[From, To2])(implicit refersTo: RefersTo[To, To2]): ConditionExpression[From]
  8. def ===[To2](that: To2)(implicit arg0: ToAttributeValue[To2]): ConditionExpression[From]
  9. def >[To2](that: ProjectionExpression[From, To2])(implicit refersTo: RefersTo[To, To2]): ConditionExpression[From]
  10. def >=[To2](that: ProjectionExpression[From, To2])(implicit refersTo: RefersTo[To, To2]): ConditionExpression[From]
  11. 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

  12. 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

  13. def append(a: To)(implicit to: ToAttributeValue[To]): SetAction[From, To]
  14. def appendList(xs: Iterable[To])(implicit to: ToAttributeValue[To]): SetAction[From, To]

    Add list xs to the end of this list attribute

  15. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  16. def between(minValue: To, maxValue: To)(implicit to: ToAttributeValue[To]): ConditionExpression[From]
  17. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  18. def contains[To2](av: To2)(implicit to: ToAttributeValue[To2]): ConditionExpression[From]

    Applies to a String or Set

  19. def deleteFromSet[To2](set: To2)(implicit ev: <:<[To2, Set[_]], to: ToAttributeValue[To2]): DeleteAction[From]

    Remove all elements of parameter "set" from this set

  20. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  21. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  22. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  23. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  24. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  25. def in[To2](value: To2, values: To2*)(implicit to: ToAttributeValue[To2]): ConditionExpression[From]
  26. def inSet[To2](values: Set[To2])(implicit to: ToAttributeValue[To2]): ConditionExpression[From]
  27. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  28. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  29. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  30. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  31. def prepend(a: To)(implicit to: ToAttributeValue[To]): SetAction[From, To]

    Prepend a to this list attribute

  32. def prependList(xs: Iterable[To])(implicit to: ToAttributeValue[To]): SetAction[From, To]

    Add list xs to the beginning of this list attribute

  33. def set[From1 <: From](that: ProjectionExpression[From1, To]): SetAction[From1, To]
  34. def set(a: To)(implicit to: ToAttributeValue[To]): SetAction[From, To]

    Modify or Add an item Attribute

  35. def setIfNotExists(that: ProjectionExpression[From, To], a: To)(implicit to: ToAttributeValue[To]): SetAction[From, To]

    Add item attribute if it does not exists

  36. def setIfNotExists(a: To)(implicit to: ToAttributeValue[To]): SetAction[From, To]

    Add item attribute if it does not exists

  37. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  38. def toString(): String
    Definition Classes
    AnyRef → Any
  39. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  40. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  41. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from AnyRef

Inherited from Any

Ungrouped