Package org.neo4j.cypherdsl.core
Interface Reduction.OngoingDefinitionWithInitial
-
- Enclosing class:
- Reduction
public static interface Reduction.OngoingDefinitionWithInitialStep 4b: Define the initial value
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FunctionInvocationwithInitialValueOf(Expression initialValue)
-
-
-
Method Detail
-
withInitialValueOf
FunctionInvocation withInitialValueOf(Expression initialValue)
- Parameters:
initialValue- An expression that runs once to give a starting value to the accumulator.- Returns:
- An ongoing definition
-
-