@FunctionalInterface public interface ThrowingBiFunction<T,U,R,X extends Throwable>
| Modifier and Type | Method and Description |
|---|---|
default <V> ThrowingBiFunction<T,U,V,X> |
andThen(ThrowingFunction<? super R,V,? extends X> after) |
R |
apply(T t,
U u) |
default BiFunction<T,U,R> |
asUnchecked() |
Copyright © 2016 Digipost. All rights reserved.