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