Module org.neo4j.cypherdsl.core
Package org.neo4j.cypherdsl.core
Interface PatternComprehension.OngoingDefinitionWithoutReturn
- All Known Subinterfaces:
PatternComprehension.OngoingDefinitionWithPattern,PatternComprehension.OngoingDefinitionWithPatternAndWhere
- Enclosing class:
- PatternComprehension
public static interface PatternComprehension.OngoingDefinitionWithoutReturn
Provides the final step of defining a pattern comprehension.
-
Method Summary
Modifier and TypeMethodDescription@NotNull PatternComprehensionreturning(Expression... listDefinition) default @NotNull PatternComprehension
-
Method Details
-
returning
- Parameters:
variables- the elements to be returned from the pattern- Returns:
- The final definition of the pattern comprehension
- See Also:
-
returning
- Parameters:
listDefinition- Defines the elements to be returned from the pattern- Returns:
- The final definition of the pattern comprehension
-