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