- RethrowableCallable<R> - Interface in org.labun.rethrowables
-
Similar to Callable, but wraps checked exceptions and rethrow it as unchecked.
- RethrowableConsumer<T> - Interface in org.labun.rethrowables
-
Similar to Consumer, but wraps checked exceptions and rethrow it as unchecked.
- RethrowableFunction<T,R> - Interface in org.labun.rethrowables
-
Similar to Function, but wraps checked exceptions and rethrow it as unchecked.
- RethrowableRunnable - Interface in org.labun.rethrowables
-
Similar to simple Runnable, but wraps checked exceptions and rethrow it as unchecked.
- Rethrowables - Class in org.labun.rethrowables
-
Utility class aggregates functions to wrap methods with throws clause.
- run() - Method in interface org.labun.rethrowables.RethrowableRunnable
-
- run(RethrowableRunnable) - Static method in class org.labun.rethrowables.Rethrowables
-