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