static <E> void |
Throwables.ThrowingConsumer.accept(Throwables.ThrowingConsumer<E,?> consumer,
E arg) |
static <E> void |
Throwables.ThrowingConsumer.caught(Throwables.ThrowingConsumer<E,?> consumer,
E arg) |
static <E> void |
Throwables.ThrowingConsumer.caught(Throwables.ThrowingConsumer<E,?> consumer,
E arg,
Supplier<String> message) |
static <E,T extends Throwable> Consumer<E> |
Throwables.ThrowingConsumer.checked(Throwables.ThrowingConsumer<E,T> consumer) |
static <E> void |
Throwables.ThrowingConsumer.ignored(Throwables.ThrowingConsumer<E,?> consumer,
E arg) |