sealed trait ProjectionExpression[-From, +To] extends AnyRef
- Self Type
- ProjectionExpression[From, To]
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ProjectionExpression
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def >>>[To2](that: ProjectionExpression[To, To2]): ProjectionExpression[From, To2]
- def apply(key: String): ProjectionExpression[From, Unknown]
- def apply(index: Int): ProjectionExpression[From, Unknown]
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
beginsWith(av: String)(implicit ev: RefersTo[String, To]): ConditionExpression[From]
Only applies to a string attribute
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def exists: ConditionExpression[From]
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def isBinary: ConditionExpression[From]
- def isBinarySet: ConditionExpression[From]
- def isBool: ConditionExpression[From]
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def isList: ConditionExpression[From]
- def isMap: ConditionExpression[From]
- def isNull: ConditionExpression[From]
- def isNumber: ConditionExpression[From]
- def isNumberSet: ConditionExpression[From]
- def isString: ConditionExpression[From]
- def isStringSet: ConditionExpression[From]
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def notExists: ConditionExpression[From]
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
def
remove[From2 <: From]: RemoveAction[From2]
Removes this PathExpression from an item
-
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
- def size[To2 >: To](implicit ev: Sizable[To2]): Size[From, To2]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- ProjectionExpression → AnyRef → Any
- def unsafeFrom[From2]: ProjectionExpression[From2, To]
- def unsafeTo[To2](implicit ev: <:<[To, Unknown]): ProjectionExpression[From, To2]
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()