|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IntPredicate
Represents a predicate (boolean-valued function) of one int
-valued
argument. This is the int
-consuming primitive type specialization of
Predicate
.
Predicate
Method Summary | |
---|---|
boolean |
test(int value)
Evaluates this predicate on the given argument. |
Method Detail |
---|
boolean test(int value)
value
- the input argument
true
if the input argument matches the predicate,
otherwise false
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |