Uses of Interface
org.zalando.fauxpas.ThrowingConsumer
-
-
Uses of ThrowingConsumer in org.zalando.fauxpas
Methods in org.zalando.fauxpas that return ThrowingConsumer Modifier and Type Method Description static <T,X extends Throwable>
ThrowingConsumer<T,X>FauxPas. throwingConsumer(ThrowingConsumer<T,X> consumer)Methods in org.zalando.fauxpas with parameters of type ThrowingConsumer 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,X extends Throwable>
ThrowingConsumer<T,X>FauxPas. throwingConsumer(ThrowingConsumer<T,X> consumer)static <R extends AutoCloseable,X extends Throwable>
voidTryWith. tryWith(R resource, ThrowingConsumer<R,X> consumer)
-