@FunctionalInterface public interface ByteToShortFunction
byte
-valued argument and produces a
short
-valued result. This is the byte
-to-short
primitive
specialization for Function
.Function
Modifier and Type | Method and Description |
---|---|
short |
applyAsShort(byte value)
Applies this function to the given argument.
|