Skip to content
Litichevskiy Dmitriy edited this page Jan 27, 2019 · 1 revision

selectSelector : *

Kind: global typedef
Returns: * - Element transformation result.

Param Type Description
element * The element of an iterable.
elementNumber number Number of the iterable element.

manipula.select(selector)

Method projects each element of an iterable into new form.

Kind: instance method of Manipula

Param Type Description
selector selectSelector A transform function to apply to each source element.
Clone this wiki locally