Interface | Description |
---|---|
IterativeCondition.Context<T> |
The context used when evaluating the
condition . |
Class | Description |
---|---|
AndCondition<T> | |
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.
|
NotCondition<T> |
A
condition which negates the condition it wraps
and returns true if the original condition returns false . |
OrCondition<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. |
Copyright © 2014–2018 The Apache Software Foundation. All rights reserved.