static <R> R |
Throwables.ThrowingCallable.call(Throwables.ThrowingCallable<R,?> callable) |
static <R> R |
Throwables.ThrowingCallable.caught(Throwables.ThrowingCallable<R,?> callable,
R defaultValue,
Supplier<String> message) |
static <R> R |
Throwables.ThrowingCallable.caught(Throwables.ThrowingCallable<R,?> callable,
String message) |
static <R,T extends Throwable> Callable<R> |
Throwables.ThrowingCallable.checked(Throwables.ThrowingCallable<R,T> callable) |
static <R> R |
Throwables.ThrowingCallable.ignored(Throwables.ThrowingCallable<R,?> callable) |
static <R> R |
Throwables.ThrowingCallable.ignored(Throwables.ThrowingCallable<R,?> callable,
R defaultValue) |