public interface CharTriFunction<R>
Modifier and Type | Method and Description |
---|---|
default <V> CharTriFunction<V> |
andThen(java.util.function.Function<? super R,? extends V> after) |
R |
apply(char a,
char b,
char c) |
R apply(char a, char b, char c)
default <V> CharTriFunction<V> andThen(java.util.function.Function<? super R,? extends V> after)