public interface CharBiFunction<R> extends Throwables.CharBiFunction<R,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 Throwables.CharBiFunction<R,RuntimeException>default <V> CharBiFunction<V> andThen(Function<? super R,? extends V> after)
Copyright © 2021. All rights reserved.