Uses of Interface
com.chutneytesting.tools.ThrowingFunction
Packages that use ThrowingFunction
-
Uses of ThrowingFunction in com.chutneytesting.tools
Methods in com.chutneytesting.tools with parameters of type ThrowingFunctionModifier and TypeMethodDescriptionThrowingFunction.silence(ThrowingFunction<T, R, E> throwingFunction, Function<Exception, R> exceptionHandler) ThrowingFunction.toUnchecked(ThrowingFunction<T, R, E> throwingFunction) Try.tryToRecover(ThrowingFunction<? super Exception, T, ? extends Exception> recoverFunction) Try.tryToRecover(Class<Handled> handledClass, ThrowingFunction<? super Exception, T, ? extends Exception> recoverFunction)