Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion modules/ROOT/pages/functions/predicate.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ It is initialized with the value of `initial`.
| `reductionFunction` | `ANY` | An expression whose return value becomes the next value of the `accumulator`.
The return type must match the return type of `initial`.
| `predicate` | `BOOLEAN` | A predicate that is evaluated for each iteration.
It has access to the variable `accumulator`, but not `stepVariable`.
It has access to both the `accumulator` and `stepVariable` variables.
| *Returns* 3+| `BOOLEAN`
|===

Expand Down