R
- the type of the result of the function@FunctionalInterface public interface CharFunction<R>
char
-valued argument and produces a
result. This is the char
-consuming primitive specialization for
Function
.Function
Modifier and Type | Method and Description |
---|---|
R |
apply(char value)
Applies this function to the given argument.
|
R apply(char value)
value
- the function argument