Package org.neo4j.cypherdsl.core
Class Reduction
- java.lang.Object
-
- org.neo4j.cypherdsl.core.support.TypedSubtree<Visitable>
-
- org.neo4j.cypherdsl.core.Reduction
-
- All Implemented Interfaces:
Visitable
@API(status=EXPERIMENTAL, since="2020.1.5") public final class Reduction extends TypedSubtree<Visitable>A typed subtree representing the arguments of a call to thereduce()function.- Since:
- 2020.1.5
- Author:
- Gerrit Meier, Michael J. Simons
- See Also:
Functions.reduce(SymbolicName)
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceReduction.OngoingDefinitionWithInitialStep 4b: Define the initial valuestatic interfaceReduction.OngoingDefinitionWithListStep 3: Define the map expressionstatic interfaceReduction.OngoingDefinitionWithReducerStep 4a: Define the accumulatorstatic interfaceReduction.OngoingDefinitionWithVariableStep 2: Define the list
-
Field Summary
-
Fields inherited from class org.neo4j.cypherdsl.core.support.TypedSubtree
children
-
-
Method Summary
-
Methods inherited from class org.neo4j.cypherdsl.core.support.TypedSubtree
accept, prepareVisit
-
-