|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
T - type of values this predicate is defined onpublic interface Predicate<T>
Type safe counter part of Predicate.
| Method Summary | |
|---|---|
boolean |
evaluate(T arg)
Use the specified parameter to perform a test that returns true or false. |
| Method Detail |
|---|
boolean evaluate(T arg)
arg - the predicate to evaluate, should not be changed
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||