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