U - the type of the second argument the predicate@FunctionalInterface public interface ShortObjPredicate<U>
short-valued and
an object-valued argument.
This is the (short,
reference) specialization
of BiPredicate.BiPredicate| Modifier and Type | Method and Description |
|---|---|
boolean |
test(short a,
U b)
Evaluates this predicate on the given arguments.
|
boolean test(short a,
U b)
a - the first input argumentb - the second input argumenttrue if the input arguments match the predicate,
otherwise false