public abstract class NegationPredicate<Q> extends AbstractPredicate<Q> implements ParentPredicate<Q>
NOT
predicate.Predicate.Type
Constructor and Description |
---|
NegationPredicate() |
Modifier and Type | Method and Description |
---|---|
void |
add(Predicate<Q> predicate)
Adds the given predicate to this parent predicate.
|
Predicate<Q> |
getChild() |
String |
toString() |
as, getType
public void add(Predicate<Q> predicate)
ParentPredicate
add
in interface ParentPredicate<Q>
predicate
- the predicate to addCopyright © 2013. All rights reserved.