T - the type of the input to the function@FunctionalInterface public interface ToByteFunction<T> extends ToPrimitiveFunction<T>
int-producing primitive specialization for Function.
This is a functional interface whose
functional method is applyAsByte(Object).
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