Uses of Interface
com.chutneytesting.tools.ThrowingSupplier
Packages that use ThrowingSupplier
-
Uses of ThrowingSupplier in com.chutneytesting.tools
Methods in com.chutneytesting.tools with parameters of type ThrowingSupplierModifier and TypeMethodDescriptionTry.exec(ThrowingSupplier<T, E> builder) ThrowingSupplier.silence(ThrowingSupplier<T, E> throwingFunction, Function<Exception, T> exceptionHandler) 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)