Uses of Class
fr.enedis.chutney.tools.Try
Packages that use Try
-
Uses of Try in fr.enedis.chutney.tools
Methods in fr.enedis.chutney.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)