Package dev.dsf.fhir.function
Interface BiConsumerWithSqlException<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 TypeMethodDescriptionvoiddefault BiConsumerWithSqlException<T,U> andThen(BiConsumerWithSqlException<? super T, ? super U> after)
-
Method Details
-
accept
- Throws:
SQLException
-
andThen
default BiConsumerWithSqlException<T,U> andThen(BiConsumerWithSqlException<? super T, ? super U> after)
-