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

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: RefersTo[String, To]): ConditionExpression[From]

    Only applies to a string attribute

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

    Removes this PathExpression from an item

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

  33. def size[To2 >: To](implicit ev: Sizable[To2]): Size[From, To2]
  34. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  35. def toString(): String
    Definition Classes
    ProjectionExpression → AnyRef → Any
  36. def unsafeFrom[From2]: ProjectionExpression[From2, To]
  37. def unsafeTo[To2](implicit ev: <:<[To, Unknown]): ProjectionExpression[From, To2]
  38. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  39. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  40. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from AnyRef

Inherited from Any

Ungrouped