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