| Interface | Description |
|---|---|
| RethrowableCallable<R> |
Similar to Callable, but wraps checked exceptions and rethrow it as unchecked.
|
| RethrowableConsumer<T> |
Similar to Consumer, but wraps checked exceptions and rethrow it as unchecked.
|
| RethrowableFunction<T,R> |
Similar to Function, but wraps checked exceptions and rethrow it as unchecked.
|
| RethrowableRunnable |
Similar to simple Runnable, but wraps checked exceptions and rethrow it as unchecked.
|
| Class | Description |
|---|---|
| Rethrowables |
Utility class aggregates functions to wrap methods with throws clause.
|
Copyright © 2017. All rights reserved.