Uses of Interface
ru.ilb.jfunction.exception.RuntimeExceptionFunction
-
-
Uses of RuntimeExceptionFunction in ru.ilb.jfunction.exception
Classes in ru.ilb.jfunction.exception that implement RuntimeExceptionFunction Modifier and Type Class Description classRuntimeExceptionFunctionImpl<T extends Exception,R extends RuntimeException>Fields in ru.ilb.jfunction.exception declared as RuntimeExceptionFunction Modifier and Type Field Description static RuntimeExceptionFunctionRuntimeExceptionFunction. INSTANCEMethods in ru.ilb.jfunction.exception with parameters of type RuntimeExceptionFunction Modifier and Type Method Description static <T,R extends AutoCloseable>
TExceptionalFunctionUtils. tryWithResources(ExceptionalResourceSupplier<R> resourceSupplier, ExceptionalFunction<R,T,Exception> consumer, RuntimeExceptionFunction runtimeExceptionFunction)Functional try-with-resources with exception translator function
-