|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
V
- the predicate value typepublic interface Predicate<V>
A predicate function.
Method Summary | |
---|---|
boolean |
test(V argument)
Returns true if the argument passes the predicate. |
Method Detail |
---|
boolean test(V argument)
true
if the argument passes the predicate.
argument
- the predicate argument
true
for a passing argument
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |