public abstract class OperatorPredicate<T> extends Predicate<T>
Modifier | Constructor and Description |
---|---|
protected |
OperatorPredicate(String name,
String value) |
Modifier and Type | Method and Description |
---|---|
Predicate<T> |
copy(Collection<? extends Predicate<T>> children)
Create a copy of this predicate, with new children.
|
boolean |
equals(Object other) |
String |
getOperator() |
String |
getValue() |
int |
hashCode() |
String |
toString() |
and, and, any, asMatchable, estimateCost, getChild, getChildCount, getChildren, isMatchable, not, or, or