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