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