Package org.neo4j.cypherdsl.core
Interface Reduction.OngoingDefinitionWithList
-
- Enclosing class:
- Reduction
public static interface Reduction.OngoingDefinitionWithListStep 3: Define the map expression
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Reduction.OngoingDefinitionWithReducermap(Expression mapper)
-
-
-
Method Detail
-
map
Reduction.OngoingDefinitionWithReducer map(Expression mapper)
- Parameters:
mapper- This expression will run once per value in the list, and produce the result value.- Returns:
- An ongoing definition
-
-