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