T
- the type of the first argument to the function@FunctionalInterface public interface ObjCharToCharFunction<T>
char
-valued argument
and produces a char
-valued result.
This is the (reference, char, char)
specialization of BiFunction
.BiFunction
Modifier and Type | Method and Description |
---|---|
char |
applyAsChar(T a,
char b)
Applies this function to the given arguments.
|
char applyAsChar(T a, char b)
a
- the first function argumentb
- the second function argument