map
signature:
map(project: Function, thisArg: any): Observable
map(project: Function, thisArg: any): Observable
Apply projection with each value from source.
New to transformation operators? Check out the article Get started transforming streams with map, pluck, and mapTo !