Package org.neo4j.gds.transaction
Interface TransactionContext.TxFunction<T,E extends java.lang.Exception>
-
- Enclosing class:
- TransactionContext
public static interface TransactionContext.TxFunction<T,E extends java.lang.Exception>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Tapply(org.neo4j.graphdb.Transaction tx, org.neo4j.kernel.api.KernelTransaction ktx)Calculate some result within a new transaction.
-