We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
stepVariable
allReduce
1 parent c08a3da commit dabb537Copy full SHA for dabb537
modules/ROOT/pages/functions/predicate.adoc
@@ -120,7 +120,7 @@ It is initialized with the value of `initial`.
120
| `reductionFunction` | `ANY` | An expression whose return value becomes the next value of the `accumulator`.
121
The return type must match the return type of `initial`.
122
| `predicate` | `BOOLEAN` | A predicate that is evaluated for each iteration.
123
-It has access to the variable `accumulator`, but not `stepVariable`.
+It has access to both the `accumulator` and `stepVariable` variables.
124
| *Returns* 3+| `BOOLEAN`
125
|===
126
0 commit comments