Open
Description
Related problem
The docs have very little information on each subject. Just one tiny example.
Going through the closures section:
Common commands that can be used with a closure
all
any
collect
do
each
explain
filter
group-by
interleave
items
par-each
reduce
skip until
skip while
take until
tee
update
upsert
zip
None of these methods are explained in further detail. I have no idea what items does, what par-each does, group-by, explain, etc.
Describe the solution you'd like
Document each method as well as possible usages.
Describe alternatives you've considered
No response
Additional context and details
No response