@FunctionalInterface public interface LongShortToShortFunction
long
-valued and
a short
-valued argument
and produces a short
-valued result.
This is the (long, short, short)
specialization of BiFunction
.BiFunction
Modifier and Type | Method and Description |
---|---|
short |
applyAsShort(long a,
short b)
Applies this function to the given arguments.
|