public abstract class RewritePredicate<T> extends Predicate<T>
Constructor and Description |
---|
RewritePredicate() |
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) |
int |
hashCode() |
protected void |
init(String name,
Predicate<T>... args) |
String |
toString() |