| BooleanConditions |
Utility class containing an IterativeCondition that always returns true and one
that always returns false.
|
| IterativeCondition<T> |
A user-defined condition that decides if an element should be accepted in the pattern or not.
|
| RichAndCondition<T> |
A condition which combines two conditions with a logical
AND and returns true if both are true.
|
| RichCompositeIterativeCondition<T> |
|
| RichIterativeCondition<T> |
|
| RichNotCondition<T> |
A condition which negates the condition it wraps and returns
true if the original condition returns false.
|
| RichOrCondition<T> |
A condition which combines two conditions with a logical
OR and returns true if at least one is true.
|
| SimpleCondition<T> |
A user-defined condition that decides if an element should be accepted in the pattern or not.
|
| SubtypeCondition<T> |
A condition which filters elements of the given type.
|