The type of the elements in the source sequence.
The type of the elements in the result sequence, obtained by running the selector function for each element in the source sequence.
A transform function to apply to each source element.
Optional
thisArg: anyOptional this for binding to the selector.
An iterable sequence whose elements are the result of invoking the transform function on each element of source.
Generated using TypeDoc
Projects each element of an async-enumerable sequence into a new form.