Uses of Interface
org.neo4j.cypherdsl.core.executables.ReactiveExecutableResultStatement
Packages that use ReactiveExecutableResultStatement
Package
Description
Provides an optional integration with the Neo4j Java driver and Project Reactor / Reactive streams.
-
Uses of ReactiveExecutableResultStatement in org.neo4j.cypherdsl.core.executables
Methods in org.neo4j.cypherdsl.core.executables that return ReactiveExecutableResultStatementModifier and TypeMethodDescriptionReactiveExecutableStatement.makeExecutable(ResultStatement statement) Creates an executable result statement based on the given statementReactiveExecutableStatement.of(ResultStatement statement) Creates an executable result statement based on the given statement