public abstract class OperatorPredicate<T> extends Predicate<T>
| 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()  |