| Interface | Description |
|---|---|
| PredicateCompiler | |
| ValuePredicate<T> |
| Class | Description |
|---|---|
| AlwaysFalsePredicate | |
| AlwaysTruePredicate | |
| AndPredicate | |
| BooleanValuePredicate | |
| InfixCompiler |
Compile an INFIX string into a Predicate
|
| NotPredicate | |
| NullValuePredicate |
This predicate returns true if its input is null.
|
| NumericValuePredicate | |
| OrPredicate | |
| PathExistsEventFilter | |
| PathValueEventFilter<T> | |
| Predicates |
A number of static helper methods to simplify the construction of combined event filters.
|
| RegexValuePredicate | |
| StringValuePredicate | |
| TimeMillisValuePredicate | |
| TimeRangeValuePredicate | |
| TimeStringValuePredicate | |
| TimeUtil | |
| XPathValuePredicate |
| Enum | Description |
|---|---|
| RegexValuePredicate.MatchPolicy |