Package org.apache.beam.sdk.function
Interface ThrowingBiConsumer<T1,T2>
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
A
BiConsumer
which can throw Exception
s.
Used to expand the allowed set of method references to be used by Java 8 functional interfaces.
-
Method Summary
-
Method Details
-
accept
- Throws:
Exception
-