Uses of Class
com.chutneytesting.tools.Try
-
Packages that use Try Package Description com.chutneytesting.tools -
-
Uses of Try in com.chutneytesting.tools
Methods in com.chutneytesting.tools that return Try Modifier and Type Method Description static <T,E extends Exception>
Try<T>Try. exec(ThrowingSupplier<T,E> builder)Try<T>Try. ifFailed(Consumer<Exception> errorHandler)Try<T>Try. ifSuccess(Consumer<T> valueHandler)Try<T>Try. tryToRecover(ThrowingFunction<? super Exception,T,? extends Exception> recoverFunction)<Handled extends Exception>
Try<T>Try. tryToRecover(Class<Handled> handledClass, ThrowingFunction<? super Exception,T,? extends Exception> recoverFunction)
-