Uses of Interface
com.chutneytesting.tools.ThrowingSupplier
-
Packages that use ThrowingSupplier Package Description com.chutneytesting.tools -
-
Uses of ThrowingSupplier in com.chutneytesting.tools
Methods in com.chutneytesting.tools with parameters of type ThrowingSupplier Modifier and Type Method Description static <T,E extends Exception>
Try<T>Try. exec(ThrowingSupplier<T,E> builder)static <T,E extends Exception>
Supplier<T>ThrowingSupplier. silence(ThrowingSupplier<T,E> throwingFunction, Function<Exception,T> exceptionHandler)static <T,E extends Exception>
Supplier<T>ThrowingSupplier. toUnchecked(ThrowingSupplier<T,E> throwingFunction)static <T,E extends Exception>
TTry. unsafe(ThrowingSupplier<T,E> block)static <T,E extends Exception>
TTry. unsafe(String message, ThrowingSupplier<T,E> block)
-