public abstract class OperatorPredicate<T> extends Predicate<T>
Modifier and Type | Field and Description |
---|---|
protected String |
name |
protected String |
value |
Constructor and Description |
---|
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, getLeafCount, isMatchable, not, or, or