public interface CharTriFunction<R> extends Throwables.CharTriFunction<R,RuntimeException>
| Modifier and Type | Method and Description |
|---|---|
default <V> CharTriFunction<V> |
andThen(Function<? super R,? extends V> after) |
R |
apply(char a,
char b,
char c) |
R apply(char a, char b, char c)
apply in interface Throwables.CharTriFunction<R,RuntimeException>default <V> CharTriFunction<V> andThen(Function<? super R,? extends V> after)
Copyright © 2021. All rights reserved.