map<A, B>(f): (source) => Iterable<B>
Lazily transforms each element.
Type Parameters
A: A
Input element type
B: B
Output element type
Parameters
f: (a) => B
The mapping function
Returns
A function that transforms an iterable
Since
2.4.0