Package ru.ilb.jfunction.exception
-
Interface Summary Interface Description ExceptionalFunction<T,R,E extends Exception> Function that allows lambda to throw exceptions without handling itExceptionalResourceSupplier<R extends AutoCloseable> Special supplier that returns an instance of AutoCloseableRuntimeExceptionFunction<T extends Exception,R extends RuntimeException> Convert checked exception to runtime exception -
Class Summary Class Description ExceptionalFunctionUtils Utility class for functional extensionsRuntimeExceptionFunctionImpl<T extends Exception,R extends RuntimeException>