Uses of Interface
org.neo4j.driver.QueryTask.ResultFinisher
Packages that use QueryTask.ResultFinisher
-
Uses of QueryTask.ResultFinisher in org.neo4j.driver
Methods in org.neo4j.driver with parameters of type QueryTask.ResultFinisherModifier and TypeMethodDescription<A,R, T> T QueryTask.execute(Collector<Record, A, R> recordCollector, QueryTask.ResultFinisher<R, T> resultFinisher) Executes query, collectsRecordvalues using the providedCollectorand produces a final result by invoking the providedBiFunctionwith the collected result andResultSummaryvalues.