Creates a new sequence populated with the results of calling a provided function on every element in the source sequence
of _map
A new sequence with each element being the result of the selector function.
source sequence
function to transform each item T in the source sequence into TOut
T
TOut
Generated using TypeDoc
Creates a new sequence populated with the results of calling a provided function on every element in the source sequence
Alias
of _map
Returns
A new sequence with each element being the result of the selector function.