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.
audit
debounce
debounceTime ⭐
distinct
filter ⭐
find
first
last
sample
single
skip
take ⭐
takeLast
takeUntil ⭐
throttle
⭐ - commonly used