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