RxJS 5 Operators By Example
- buffer
- bufferTime
- bufferWhen
- combineAll
- concat
- concatMap
- create
- debounceTime
- delay
- distinctUntilChanged
- empty
- exhaustMap
- first
- from
- fromPromise
- ignoreElements
- last
- map
- merge
- mergeMap
- of
- pluck
- race
- retry
- scan
- shareReplay
- skip
- skipWhile
- switchMap
- takeUntil
- throttle
- throw
- timer
- window
- windowTime
- windowWhen
- zip
Additional Resources
- What Operators Are
- André Staltz