Module org.neo4j.cypherdsl.core
Package org.neo4j.cypherdsl.core
Interface ExposesAndThen<S extends ExposesAndThen<S,R>,R extends Statement>
- Type Parameters:
S- The source type of the builder that ultimately builds the statement ("SELF")R- The result type of the statement
- All Superinterfaces:
StatementBuilder.BuildableStatement<R>
- All Known Subinterfaces:
StatementBuilder.OngoingStandaloneCallWithReturnFields
public interface ExposesAndThen<S extends ExposesAndThen<S,R>,R extends Statement>
extends StatementBuilder.BuildableStatement<R>
Allows chaining of statements to some other builders.
- Author:
- Michael J. Simons
-
Method Summary
Methods inherited from interface org.neo4j.cypherdsl.core.StatementBuilder.BuildableStatement
build, explain, profile
-
Method Details
-
andThen
-