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, getTypepublic void add(Predicate<Q> predicate)
ParentPredicateadd in interface ParentPredicate<Q>predicate - the predicate to addCopyright © 2014. All rights reserved.