Uses of Interface
org.zalando.fauxpas.ThrowingBiFunction
-
-
Uses of ThrowingBiFunction in org.zalando.fauxpas
Subinterfaces of ThrowingBiFunction in org.zalando.fauxpas Modifier and Type Interface Description interfaceThrowingBinaryOperator<T,X extends Throwable>Methods in org.zalando.fauxpas that return ThrowingBiFunction Modifier and Type Method Description static <T,U,R,X extends Throwable>
ThrowingBiFunction<T,U,R,X>FauxPas. throwingBiFunction(ThrowingBiFunction<T,U,R,X> function)Methods in org.zalando.fauxpas with parameters of type ThrowingBiFunction Modifier and Type Method Description static <T,U,R,X extends Throwable>
ThrowingBiFunction<T,U,R,X>FauxPas. throwingBiFunction(ThrowingBiFunction<T,U,R,X> function)static <O extends AutoCloseable,I extends AutoCloseable,T,X extends Throwable>
TTryWith. tryWith(O outer, I inner, ThrowingBiFunction<O,I,T,X> function)
-