static <R> R |
Throwables.ThrowingSupplier.doCaught(Throwables.ThrowingSupplier<R,?> supplier) |
static <R> R |
Throwables.ThrowingSupplier.doCaught(Throwables.ThrowingSupplier<R,?> supplier,
R defaultValue,
Supplier<String> message) |
static <R> R |
Throwables.ThrowingSupplier.doChecked(Throwables.ThrowingSupplier<R,?> supplier) |
static <R> Supplier<R> |
Throwables.ThrowingSupplier.toCaught(Throwables.ThrowingSupplier<R,?> supplier) |
static <R> Supplier<R> |
Throwables.ThrowingSupplier.toCaught(Throwables.ThrowingSupplier<R,?> supplier,
R defaultValue,
Supplier<String> message) |
static <R> Supplier<R> |
Throwables.ThrowingSupplier.toChecked(Throwables.ThrowingSupplier<R,?> supplier) |