Uses of Interface
org.zalando.fauxpas.ThrowingBiConsumer
-
-
Uses of ThrowingBiConsumer in org.zalando.fauxpas
Methods in org.zalando.fauxpas that return ThrowingBiConsumer Modifier and Type Method Description static <R,T extends Throwable>
ThrowingBiConsumer<R,Throwable,Throwable>FauxPas. failedWith(Class<T> type, ThrowingConsumer<? super T,Throwable> action)static <T,R,X extends Throwable>
ThrowingBiConsumer<T,R,X>FauxPas. throwingBiConsumer(ThrowingBiConsumer<T,R,X> consumer)Methods in org.zalando.fauxpas with parameters of type ThrowingBiConsumer Modifier and Type Method Description static <T,R,X extends Throwable>
ThrowingBiConsumer<T,R,X>FauxPas. throwingBiConsumer(ThrowingBiConsumer<T,R,X> consumer)static <O extends AutoCloseable,I extends AutoCloseable,X extends Throwable>
voidTryWith. tryWith(O outer, I inner, ThrowingBiConsumer<O,I,X> consumer)
-