com.koloboke.function
Interface FloatToLongFunction
public interface FloatToLongFunction
Represents a function that accepts a float
-valued argument and produces a
long
-valued result. This is the float
-to-long
primitive
specialization for Function
.
- See Also:
Function
Method Summary |
long |
applyAsLong(float value)
Applies this function to the given argument. |
applyAsLong
long applyAsLong(float value)
- Applies this function to the given argument.
- Parameters:
value
- the function argument
- Returns:
- the function result