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