Module org.neo4j.cypherdsl.core
Package org.neo4j.cypherdsl.core
Interface StatementBuilder.ForeachSourceStep
- Enclosing interface:
- StatementBuilder
public static sealed interface StatementBuilder.ForeachSourceStep
Initial step of defining a
FOREACH-clause.- Since:
- 2023.4.0
-
Method Summary
Modifier and TypeMethodDescriptionin(Expression list) Defines the source to be iterated byFOREACH.
-
Method Details
-
in
Defines the source to be iterated byFOREACH. Must evaluate to something iterable, for example something likeCypher.nodes(NamedPath)for- Parameters:
list- The expression to iterate on- Returns:
- The next step.
-