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