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