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