public interface CharBiFunction<R> extends Try.CharBiFunction<R,java.lang.RuntimeException>
Modifier and Type | Method and Description |
---|---|
default <V> CharBiFunction<V> |
andThen(Function<? super R,? extends V> after) |
R |
apply(char t,
char u) |
R apply(char t, char u)
apply
in interface Try.CharBiFunction<R,java.lang.RuntimeException>
default <V> CharBiFunction<V> andThen(Function<? super R,? extends V> after)