sealed trait ProjectionExpression[-From, +To] extends AnyRef

Self Type
ProjectionExpression[From, To]
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ProjectionExpression
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def >>>[To2](that: ProjectionExpression[To, To2]): ProjectionExpression[From, To2]
  5. def apply(key: String): ProjectionExpression[From, Unknown]
  6. def apply(index: Int): ProjectionExpression[From, Unknown]
  7. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  8. def beginsWith(av: String)(implicit ev: Beginnable[String, To]): ConditionExpression[From]

    Only applies to a string attribute

  9. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  10. def elementAt[To2](index: Int)(implicit ev: <:<[To, Iterable[To2]]): ProjectionExpression[From, To2]
  11. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  13. def exists: ConditionExpression[From]
  14. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  15. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  16. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  17. def isBinary: ConditionExpression[From]
  18. def isBinarySet: ConditionExpression[From]
  19. def isBool: ConditionExpression[From]
  20. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  21. def isList: ConditionExpression[From]
  22. def isMap: ConditionExpression[From]
  23. def isNull: ConditionExpression[From]
  24. def isNumber: ConditionExpression[From]
  25. def isNumberSet: ConditionExpression[From]
  26. def isString: ConditionExpression[From]
  27. def isStringSet: ConditionExpression[From]
  28. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  29. def notExists: ConditionExpression[From]
  30. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  31. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  32. def remove[From2 <: From]: RemoveAction[From2]

    Removes this PathExpression from an item

  33. def remove[From2 <: From](index: Int)(implicit ev: ListRemoveable[To]): RemoveAction[From2]

    Removes an element at the specified index from a list.

    Removes an element at the specified index from a list. Note that index is zero based

  34. def size[To2 >: To](implicit ev: Sizable[To2]): Size[From, To2]
  35. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  36. def toString(): String
    Definition Classes
    ProjectionExpression → AnyRef → Any
  37. def unsafeFrom[From2]: ProjectionExpression[From2, To]
  38. def unsafeTo[To2](implicit ev: <:<[To, Unknown]): ProjectionExpression[From, To2]
  39. def valueAt[To2](key: String)(implicit ev: <:<[To, Map[String, To2]]): ProjectionExpression[From, To2]

    DDB keys must be strings

  40. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  41. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  42. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from AnyRef

Inherited from Any

Ungrouped