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