Module org.neo4j.cypherdsl.core
Package org.neo4j.cypherdsl.core
Interface Reduction.OngoingDefinitionWithList
- Enclosing class:
- Reduction
public static interface Reduction.OngoingDefinitionWithList
Step 3: Define the map expression.
-
Method Summary
-
Method Details
-
map
Return an ongoing definition.- Parameters:
mapper- this expression will run once per value in the list, and produce the result value.- Returns:
- an ongoing definition
-