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