In a push based approach, picking and choosing how and when to accept items is important. These operators provide techniques for accepting values from an observable source and dealing with backpressure.
- debounce
- debounceTime ⭐
- distinctUntilChanged ⭐
- filter ⭐
- first
- ignoreElements
- last
- sample
- single
- skip
- skipUntil
- skipWhile
- take ⭐
- takeUntil ⭐
- takeWhile
- throttle
- throttleTime
⭐ - commonly used