Uses of Interface
org.liquigraph.testing.ThrowingConsumer
-
Packages that use ThrowingConsumer Package Description org.liquigraph.testing -
-
Uses of ThrowingConsumer in org.liquigraph.testing
Methods in org.liquigraph.testing that return ThrowingConsumer Modifier and Type Method Description default ThrowingConsumer<T,E>
ThrowingConsumer. andThen(ThrowingConsumer<T,E> after)
Methods in org.liquigraph.testing with parameters of type ThrowingConsumer Modifier and Type Method Description default ThrowingConsumer<T,E>
ThrowingConsumer. andThen(ThrowingConsumer<T,E> after)
JdbcAwareGraphDatabase
JdbcAwareGraphDatabase. commitNewConnection(String url, ThrowingConsumer<Connection,SQLException> connectionConsumer)
JdbcAwareGraphDatabase
JdbcAwareGraphDatabase. commitNewSingleStatementConnection(String url, ThrowingConsumer<Statement,SQLException> statementConsumer)
JdbcAwareGraphDatabase
JdbcAwareGraphDatabase. rollbackNewConnection(String url, ThrowingConsumer<Connection,SQLException> connectionConsumer)
JdbcAwareGraphDatabase
JdbcAwareGraphDatabase. rollbackNewSingleStatementConnection(String url, ThrowingConsumer<Statement,SQLException> statementConsumer)
-