Interface CheckedCallable<T>
- All Superinterfaces:
Callable<T>
an extension of
Callable which wraps all exceptions in runtime exceptions so that
expressions throwing checked exceptions can be nicely used in the Stream API-
Method Summary