Package com.speedment.runtime.compute.expression.predicate
Specializations of predicates that are returned by expressions. These hold
additional information about the expression that produced them so that these
can be analyzed.
- Since:
- 3.1.2
- Author:
- Emil Forslund
-
Interface Summary Interface Description IsNotNull<T,R> IsNull<T,R> NullPredicate<T,R> Specialized predicate that holds additional metadata about the condition that can be used to optimize the expression. -
Enum Summary Enum Description NullPredicateType Special types of predicates that can easily be recognized and potentially short-circuited.