Module org.neo4j.cypherdsl.core
Package org.neo4j.cypherdsl.core
Interface Reduction.OngoingDefinitionWithInitial
- Enclosing class:
- Reduction
public static interface Reduction.OngoingDefinitionWithInitial
Step 4b: Define the initial value.
-
Method Summary
Modifier and TypeMethodDescriptionwithInitialValueOf(Expression initialValue) Return an ongoing definition.
-
Method Details
-
withInitialValueOf
Return an ongoing definition.- Parameters:
initialValue- an expression that runs once to give a starting value to the accumulator.- Returns:
- an ongoing definition
-