@FunctionalInterface public interface BytePredicate
byte
-valued
argument. This is the byte
-consuming primitive type specialization of
Predicate
.Predicate
Modifier and Type | Method and Description |
---|---|
boolean |
test(byte value)
Evaluates this predicate on the given argument.
|