Package org.zalando.fauxpas
Interface ThrowingBiFunction<T,U,R,X extends Throwable>
-
- All Superinterfaces:
BiFunction<T,U,R>
- All Known Subinterfaces:
ThrowingBinaryOperator<T,X>
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@API(status=STABLE) @FunctionalInterface public interface ThrowingBiFunction<T,U,R,X extends Throwable> extends BiFunction<T,U,R>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default Rapply(T t, U u)RtryApply(T t, U u)-
Methods inherited from interface java.util.function.BiFunction
andThen
-
-