T
- the type of the input to the function@FunctionalInterface public interface ToCharFunction<T>
char
-valued result. This is the
char
-producing primitive specialization for Function
.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