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