@FunctionalInterface public interface ByteLongPredicate
byte
-valued and
a long
-valued argument.
This is the (byte,
long)
specialization
of BiPredicate
.BiPredicate
Modifier and Type | Method and Description |
---|---|
boolean |
test(byte a,
long b)
Evaluates this predicate on the given arguments.
|