c

zio.dynamodb.ProjectionExpression

ProjectionExpressionSyntax

implicit class ProjectionExpressionSyntax[From] extends AnyRef

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

Instance Constructors

  1. new ProjectionExpressionSyntax(self: ProjectionExpression[From, Unknown])

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

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

  18. def append[A](a: A)(implicit to: ToAttributeValue[A]): SetAction[From, A]
  19. def appendList[To](xs: Iterable[To])(implicit arg0: ToAttributeValue[To]): 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[To](minValue: To, maxValue: To)(implicit to: ToAttributeValue[To]): ConditionExpression[From]
  22. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  23. def contains[To](av: To)(implicit to: ToAttributeValue[To]): ConditionExpression[From]

    Applies to a String or Set

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

    Remove all elements of parameter "set" from this set

  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[To](value: To, values: To*)(implicit to: ToAttributeValue[To]): ConditionExpression[From]
  31. def inSet[To](values: Set[To])(implicit to: ToAttributeValue[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[To](a: To)(implicit arg0: ToAttributeValue[To]): SetAction[From, To]

    Prepend a to this list attribute

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

    Add list xs to the beginning of this list attribute

  38. def set[From1 <: From, To](that: ProjectionExpression[From1, To]): SetAction[From1, To]

    Modify or Add an item Attribute

  39. def set[To](a: To)(implicit arg0: ToAttributeValue[To]): SetAction[From, To]

    Modify or Add an item Attribute

  40. def setIfNotExists[To](that: ProjectionExpression[From, Unknown], a: To)(implicit arg0: ToAttributeValue[To]): SetAction[From, To]

    Add item attribute if it does not exists

  41. def setIfNotExists[To](a: To)(implicit arg0: ToAttributeValue[To]): SetAction[From, To]

    Add item attribute if it does not exists

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

Inherited from AnyRef

Inherited from Any

Ungrouped