Mapping > Iterator > Collect
Foundational exit node automatically created inside every iterator scope.
Foundational exit node automatically created inside every iterator scope.
Foundational entry node automatically created inside every iterator scope.
Return true only if every element of a list passes the per-element sub-graph predicate.
Keep only the elements of a list whose per-element sub-graph evaluates to true.
Return the first element of a list whose per-element sub-graph evaluates to true.
Flatten a nested JSON object/array into a single-level object whose keys are dotted paths.
Bucket elements of a list into a JSON object keyed by a per-element sub-graph result.
Transform each element of a list by running a sub-graph per element.
Fold a list into a single accumulated value by running a sub-graph per element.
Return true if at least one element of a list passes the per-element sub-graph predicate.
Sort a list by a per-element key extracted by a sub-graph.
Combine N input lists into one list of N-tuples.