API 0.9.5
Foundation/CPPredicate/CPExpression.j File Reference

Go to the source code of this file.

Variables

 CPAggregateExpressionType = 5
 CPConstantValueExpressionType = 0
 CPEvaluatedObjectExpressionType = 1
 CPFunctionExpressionType = 4
 CPIntersectSetExpressionType = 8
 CPKeyPathExpressionType = 3
 CPMinusSetExpressionType = 9
 CPSubqueryExpressionType = 6
 CPUnionSetExpressionType = 7
 CPVariableExpressionType = 2

Variable Documentation

An expression that defines an aggregate of CPExpression objects.

Definition at line 46 of file CPExpression.j.

An expression that always returns the same value.

Definition at line 26 of file CPExpression.j.

An expression that always returns the parameter object itself.

Definition at line 30 of file CPExpression.j.

An expression that returns the result of evaluating a function.

Definition at line 42 of file CPExpression.j.

An expression that creates an intersection of the results of two nested expressions.

Definition at line 58 of file CPExpression.j.

An expression that returns something that can be used as a key path.

Definition at line 38 of file CPExpression.j.

An expression that combines two nested expression results by set subtraction.

Definition at line 62 of file CPExpression.j.

An expression that filters a collection using a subpredicate.

Definition at line 50 of file CPExpression.j.

An expression that creates a union of the results of two nested expressions.

Definition at line 54 of file CPExpression.j.

An expression that always returns whatever value is associated with the key specified by ‘variable’ in the bindings dictionary.

Definition at line 34 of file CPExpression.j.

 All Classes Files Functions Variables Defines