Uses of Interface
com.chutneytesting.tools.ThrowingConsumer
Packages that use ThrowingConsumer
-
Uses of ThrowingConsumer in com.chutneytesting.tools
Methods in com.chutneytesting.tools with parameters of type ThrowingConsumerModifier and TypeMethodDescriptionstatic <T> Consumer<T>ThrowingConsumer.silence(ThrowingConsumer<T> throwingConsumer, Consumer<Exception> exceptionHandler) static <T> Consumer<T>ThrowingConsumer.toUnchecked(ThrowingConsumer<T> throwingConsumer)