Interface BiConsumerWithException<T,U>
- Type Parameters:
T- the type of the first argumentU- the type of the second argument
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Deprecated.
BiConsumer interface that allows exceptions.
-
Method Summary
Modifier and TypeMethodDescriptionvoidDeprecated.static <T,U> BiConsumer <T, U> asBiConsumer(BiConsumerWithException<T, U> unchecked) Deprecated.static <T,U> BiConsumer <T, U> asBiConsumerIgnoreException(BiConsumerWithException<T, U> unchecked) Deprecated.default BiConsumer<T, U> Deprecated.default BiConsumer<T, U> Deprecated.
-
Method Details
-
accept
-
orElseThrow
Deprecated. -
ignoreException
Deprecated. -
asBiConsumer
Deprecated. -
asBiConsumerIgnoreException
Deprecated.
-