public interface CharTriFunction<R> extends Try.CharTriFunction<R,java.lang.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 Try.CharTriFunction<R,java.lang.RuntimeException>
default <V> CharTriFunction<V> andThen(Function<? super R,? extends V> after)