Packages

implicit class ProjectionExpressionSyntax0[From, To] extends AnyRef

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

Instance Constructors

  1. new ProjectionExpressionSyntax0(self: ProjectionExpression[From, To])(implicit arg0: ToAttributeValue[To])

Value Members

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

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

  18. def append[A](a: A)(implicit ev: <:<[To, Iterable[A]], to: ToAttributeValue[A]): SetAction[From, To]

    Append a to this list attribute

  19. def appendList[A](xs: To)(implicit ev: <:<[To, Iterable[A]], to: ToAttributeValue[A]): SetAction[From, To]

    Add list xs to the end of this list attribute

  20. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  21. def between(minValue: To, maxValue: To): ConditionExpression[From]
  22. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  23. def contains[A](av: A)(implicit ev: Containable[To, A], to: ToAttributeValue[A]): ConditionExpression[From]

    Applies to a String or Set

  24. def deleteFromSet(set: To)(implicit ev: <:<[To, Set[_]]): DeleteAction[From]

    Remove all elements of parameter set from this set attribute

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

    Prepend a to this list attribute

  37. def prependList[A](xs: To)(implicit ev: <:<[To, Iterable[A]], to: ToAttributeValue[A]): SetAction[From, To]

    Add list xs to the beginning of this list attribute

  38. def set(pe: ProjectionExpression[From, To]): SetAction[From, To]
  39. def set(a: To): SetAction[From, To]
  40. def setIfNotExists(a: To): SetAction[From, To]

    Set attribute if it does not exists

  41. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  42. def toString(): String
    Definition Classes
    AnyRef → Any
  43. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  44. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  45. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from AnyRef

Inherited from Any

Ungrouped