T
- the type of the first argumentU
- the type of the second argument@FunctionalInterface
public interface BiConsumerWithException<T,U>
Modifier and Type | Method and Description |
---|---|
void |
accept(T t,
U u) |
static <T,U> java.util.function.BiConsumer<T,U> |
asBiConsumer(BiConsumerWithException<T,U> unchecked) |
static <T,U> java.util.function.BiConsumer<T,U> |
asBiConsumerIgnoreException(BiConsumerWithException<T,U> unchecked) |
default java.util.function.BiConsumer<T,U> |
ignoreException() |
default java.util.function.BiConsumer<T,U> |
orElseThrow() |
static <T,U> java.util.function.BiConsumer<T,U> asBiConsumer(BiConsumerWithException<T,U> unchecked)
static <T,U> java.util.function.BiConsumer<T,U> asBiConsumerIgnoreException(BiConsumerWithException<T,U> unchecked)