Skip to content

selectMany

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

selectManySelector : Iterable<any>

Kind: global typedef
Returns: Iterable<any> - Element transformation result.

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

manipula.selectMany(selector)

Method projects each element of an iterable into new Iterable and flattens the resulting iterables into one iterable.

Kind: instance method of Manipula

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