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