| org.ocast.core.function.ThrowingBiFunction<T, U, R, E extends java.lang.Throwable> |
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| abstract R | apply(T t, U u) | ||||||||||
| abstract static <T, U, R> BiFunction<T, U, R> | checked(ThrowingBiFunction<T, U, R, Exception> throwingConsumer, Consumer<Throwable> thrown) | ||||||||||
| Throwable |
|---|