|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
T
- the type of the first argument to the predicatepublic interface ObjIntPredicate<T>
Represents a predicate (boolean-valued function) that accepts
an object-valued and
an int
-valued argument.
This is the (reference,
int)
specialization
of BiPredicate
.
BiPredicate
Method Summary | |
---|---|
boolean |
test(T a,
int b)
Evaluates this predicate on the given arguments. |
Method Detail |
---|
boolean test(T a, int b)
a
- the first input argumentb
- the second input argument
true
if the input arguments match the predicate,
otherwise false
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |