| Class and Description |
|---|
| RethrowableCallable
Similar to Callable, but wraps checked exceptions and rethrow it as unchecked.
|
| RethrowableConsumer
Similar to Consumer, but wraps checked exceptions and rethrow it as unchecked.
|
| RethrowableFunction
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.
|
Copyright © 2017. All rights reserved.