|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Predicate
Interface used to define compound predicates.
Method Summary | |
---|---|
Predicate |
and(Predicate predicate)
Creates an AND of the predicate with the argument. |
Predicate |
not()
Creates a negation of the predicate with the argument. |
Predicate |
or(Predicate predicate)
Creates an OR of the predicate with the argument. |
Method Detail |
---|
Predicate and(Predicate predicate)
predicate
- -
A simple or compound predicate
Predicate or(Predicate predicate)
predicate
- -
A simple or compound predicate
Predicate not()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |