| Interface | Description |
|---|---|
| ExceptionalFunction<T,R,E extends Exception> |
Function that allows lambda to throw exceptions without handling it
|
| ExceptionalResourceSupplier<R extends AutoCloseable> |
Special supplier that returns an instance of AutoCloseable
|
| RuntimeExceptionFunction<T extends Exception,R extends RuntimeException> |
Convert checked exception to runtime exception
|
| Class | Description |
|---|---|
| ExceptionalFunctionUtils |
Utility class for functional extensions
|
| RuntimeExceptionFunctionImpl<T extends Exception,R extends RuntimeException> |
Copyright © 2020. All rights reserved.