R
- the type of the result of the function@FunctionalInterface public interface ByteFunction<R>
byte
-valued argument and produces a
result. This is the byte
-consuming primitive specialization for
Function
.Function
Modifier and Type | Method and Description |
---|---|
R |
apply(byte value)
Applies this function to the given argument.
|
R apply(byte value)
value
- the function argument