# Transformación

* [buffer](https://www.rxjs.es/operadores/transformation/buffer)
* [bufferCount](https://www.rxjs.es/operadores/transformation/buffercount)
* [bufferTime](https://www.rxjs.es/operadores/transformation/buffertime)
* [bufferToggle](https://www.rxjs.es/operadores/transformation/buffertoggle)
* [bufferWhen](https://www.rxjs.es/operadores/transformation/bufferwhen)
* [concatMap](https://www.rxjs.es/operadores/transformation/concatmap)
* [exhaustMap](https://www.rxjs.es/operadores/transformation/exhaustmap)
* [expand](https://www.rxjs.es/operadores/transformation/expand)
* [groupBy](https://www.rxjs.es/operadores/transformation/groupby)
* [map](https://www.rxjs.es/operadores/transformation/map)
* [mergeMap](https://www.rxjs.es/operadores/transformation/mergemap)
* [mergeScan](https://www.rxjs.es/operadores/transformation/mergescan)
* [pairwise](https://www.rxjs.es/operadores/transformation/pairwise)
* [scan](https://www.rxjs.es/operadores/transformation/scan)
* [switchMap](https://www.rxjs.es/operadores/transformation/switchmap)
* [window](https://www.rxjs.es/operadores/transformation/window)
* [windowCount](https://www.rxjs.es/operadores/transformation/windowcount)
* [windowTime](https://www.rxjs.es/operadores/transformation/windowtime)
* [windowToggle](https://www.rxjs.es/operadores/transformation/windowtoggle)
* [windowWhen](https://www.rxjs.es/operadores/transformation/windowwhen)

## Operadores obsoletos

* [concatMapTo](https://www.rxjs.es/operadores/transformation/concatmapto) (obsoleto)
* [exhaust](https://www.rxjs.es/operadores/transformation/exhaust) (obsoleto)
* [mapTo](https://www.rxjs.es/operadores/transformation/mapto)
* [mergeMapTo](https://www.rxjs.es/operadores/transformation/mergemapto) (obsoleto)
* [partition](https://www.rxjs.es/operadores/transformation/partition)
* [pluck](https://www.rxjs.es/operadores/transformation/pluck) (obsoleto)
* [switchMapTo](https://www.rxjs.es/operadores/transformation/switchmapto) (obsoleto)
