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