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)JdbcAwareGraphDatabaseJdbcAwareGraphDatabase. commitNewConnection(String url, ThrowingConsumer<Connection,SQLException> connectionConsumer)JdbcAwareGraphDatabaseJdbcAwareGraphDatabase. commitNewSingleStatementConnection(String url, ThrowingConsumer<Statement,SQLException> statementConsumer)JdbcAwareGraphDatabaseJdbcAwareGraphDatabase. rollbackNewConnection(String url, ThrowingConsumer<Connection,SQLException> connectionConsumer)JdbcAwareGraphDatabaseJdbcAwareGraphDatabase. rollbackNewSingleStatementConnection(String url, ThrowingConsumer<Statement,SQLException> statementConsumer)
-