T - the type of the input to the function@FunctionalInterface public interface ToCharFunction<T> extends ToPrimitiveFunction<T>
int-producing primitive specialization for Function.
This is a functional interface whose
functional method is applyAsChar(Object).
Function| Modifier and Type | Method and Description |
|---|---|
char |
applyAsChar(T value)
Applies this function to the given argument.
|
char applyAsChar(T value)
value - the function argument