U
- the type of the second argument the predicate@FunctionalInterface public interface ByteObjPredicate<U>
byte
-valued and
an object-valued argument.
This is the (byte,
reference)
specialization
of BiPredicate
.BiPredicate
Modifier and Type | Method and Description |
---|---|
boolean |
test(byte a,
U b)
Evaluates this predicate on the given arguments.
|
boolean test(byte a, U b)
a
- the first input argumentb
- the second input argumenttrue
if the input arguments match the predicate,
otherwise false