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