Interface ThrowingBiConsumer<T,U>
- All Superinterfaces:
BiConsumer<T,U>
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
-
Method Summary
Modifier and TypeMethodDescriptiondefault voidvoidacceptThrows(T t, U u) static <T,U> BiConsumer<T, U> unchecked(ThrowingBiConsumer<T, U> throwingBiConsumer) Methods inherited from interface java.util.function.BiConsumer
andThen
-
Method Details
-
unchecked
-
accept
- Specified by:
acceptin interfaceBiConsumer<T,U>
-
acceptThrows
- Throws:
Exception
-