static <E> void |
Throwables.ThrowingConsumer.doCaught(Throwables.ThrowingConsumer<E,?> consumer,
E arg) |
static <E> void |
Throwables.ThrowingConsumer.doCaught(Throwables.ThrowingConsumer<E,?> consumer,
E arg,
Supplier<String> message) |
static <E> void |
Throwables.ThrowingConsumer.doChecked(Throwables.ThrowingConsumer<E,?> consumer,
E arg) |
static <E> Consumer<E> |
Throwables.ThrowingConsumer.toCaught(Throwables.ThrowingConsumer<E,?> consumer) |
static <E> Consumer<E> |
Throwables.ThrowingConsumer.toCaught(Throwables.ThrowingConsumer<E,?> consumer,
Supplier<String> message) |
static <E> Consumer<E> |
Throwables.ThrowingConsumer.toChecked(Throwables.ThrowingConsumer<E,?> consumer) |