com.koloboke.function
Interface ToCharFunction<T>
- Type Parameters:
T
- the type of the input to the function
public interface ToCharFunction<T>
Represents a function that produces a char
-valued result. This is the
char
-producing primitive specialization for Function
.
- See Also:
Function
Method Summary |
char |
applyAsChar(T value)
Applies this function to the given argument. |
applyAsChar
char applyAsChar(T value)
- Applies this function to the given argument.
- Parameters:
value
- the function argument
- Returns:
- the function result