FunctionalInterface types
from the java.util.concurrent package, allowing to throw checked Exceptions
that can be handled in Unchecked.| Interface | Description |
|---|---|
| CheckedCallable<T> |
A
Callable that allows for checked exceptions. |
Copyright © 2018. All rights reserved.