list.apply_to
modifies list value at specified position, filtering it via external object
доступно с версии: 0.1
аргументы:
- INDEXES
apply index(es) (starting from 0). Negative value means position from end of
the list. For example: '-1' means last element.
тип: list
свойства:
- @indexes
Запросить/установить applied index(es)
тип: list
входы:
- Input list. If no element found by specified index - list passed without changes
тип: control
- set apply index(es)
тип: control
- return value from applied object
тип: control
выходы:
- new modified list
тип: control
- element at given index. Should be passed to applied object
тип: control
ключевые слова:
list
functional
apply
Смотрите также:
[list.each]
Авторы: Serge Poltavsky
Лицензия: GPL3 or later