T
- the type of the input to the function@FunctionalInterface public interface ToByteFunction<T>
byte
-valued result. This is the
byte
-producing primitive specialization for Function
.Function
Modifier and Type | Method and Description |
---|---|
byte |
applyAsByte(T value)
Applies this function to the given argument.
|
byte applyAsByte(T value)
value
- the function argument