Uses of Class
com.chutneytesting.tools.Try
Packages that use Try
-
Uses of Try in com.chutneytesting.tools
Methods in com.chutneytesting.tools that return TryModifier and TypeMethodDescriptionTry.exec(ThrowingSupplier<T, E> builder) Try.tryToRecover(ThrowingFunction<? super Exception, T, ? extends Exception> recoverFunction) Try.tryToRecover(Class<Handled> handledClass, ThrowingFunction<? super Exception, T, ? extends Exception> recoverFunction)