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