Uses of Interface
org.neo4j.driver.ExecutableQuery.ResultFinisher
Packages that use ExecutableQuery.ResultFinisher
-
Uses of ExecutableQuery.ResultFinisher in org.neo4j.driver
Methods 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, collectsRecord
values using the providedCollector
and produces a final result by invoking the providedBiFunction
with the collected result andResultSummary
values.