Uses of Interface
org.neo4j.driver.ExecutableQuery.ResultFinisher
-
Uses of ExecutableQuery.ResultFinisher in org.neo4j.driver
Modifier and TypeMethodDescription<A,
R, T> T ExecutableQuery.execute
(Collector<Record, A, R> recordCollector, ExecutableQuery.ResultFinisher<R, T> resultFinisher) Executes query, collectsRecord
values using the providedCollector
and produces a final result by invoking the providedBiFunction
with the collected result andResultSummary
values.