@FunctionalInterface
public interface BiFunctionWithException<S,T,R,E extends java.lang.Exception>
| Modifier and Type | Method and Description |
|---|---|
default <V> BiFunctionWithException<S,T,V,E> |
andThen(FunctionWithException<? super R,? extends V,E> after) |
R |
apply(S s,
T t) |
default <V> BiFunctionWithException<S,T,V,E> andThen(FunctionWithException<? super R,? extends V,E> after) throws E extends java.lang.Exception
E extends java.lang.Exception