@ThreadSafe
public final class Exceptions
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
Exceptions.CheckedFunction<T>
Checked Exception Function.
|
| Modifier and Type | Method and Description |
|---|---|
static <T> T |
invokeUnchecked(Exceptions.CheckedFunction<T> checkedFunction)
invoke Checked Exception Function as Unchecked.
|
public static <T> T invokeUnchecked(Exceptions.CheckedFunction<T> checkedFunction)
T - return typecheckedFunction - Checked Exception Function.