list.each
maps each list value via external side-chain
available since version: 0.1
Each @step elements are passed via righmost outlet to extenal object, that suppose to return it back to rightmost inlet. So various mapping and filtering are possible.
arguments:
- STEP
see @step property
type: int
properties:
- @step
Get/set number of elements outputted to rightmost outlet on each iteration
type: int
range: 1..1024
default: 1
inlets:
- Input list
type: control
- New modified value from applied object.
type: control
outlets:
- New modified list (or mlist)
type: control
- single element or list of values (if @step property > 1)
type: control
keywords:
list
functional
map
iterate
See also:
[list.do]
[list.apply_to]
Authors: Serge Poltavsky
License: GPL3 or later