Package org.apache.cassandra.utils
Interface FailingBiConsumer<A,B>
- All Superinterfaces:
BiConsumer<A,B>
-
Method Summary
Modifier and TypeMethodDescriptiondefault voidvoidacceptOrFail(A a, B b) static <A,B> FailingBiConsumer<A, B> orFail(FailingBiConsumer<A, B> fn) Methods inherited from interface java.util.function.BiConsumer
andThen
-
Method Details
-
acceptOrFail
- Throws:
Throwable
-
accept
- Specified by:
acceptin interfaceBiConsumer<A,B>
-
orFail
-