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