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