基础导航
创建操作 Creation
- ajax ⭐
- bindCallback
- bindNodeCallback
- defer
- empty
- from ⭐
- fromEvent
- fromEventPattern
- generate
- interval
- of ⭐
- range
- throwError
- timer
- iif
联合创建 Combination
操作符:
- combineAll / combineLatestAll
- combineLatest ⭐
- concat ⭐
- concatAll
- endWith
- merge ⭐
- mergeAll
- pairwise
- race
- startWith ⭐
- withLatestFrom ⭐
- zipAll
条件判断 Conditional
操作符:
- defaultIfEmpty
- every
- isEmpty
- sequenceEqual
异常处理 Error Handling
- catchError ⭐
- retry
- retryWhen
- throwIfEmpty
过滤 Filtering
- audit
- auditTime
- debounce
- debounceTime ⭐
- distinct
- distinctUntilChanged ⭐
- distinctUntilKeyChanged
- elementAt
- filter ⭐
- find
- findIndex
- first
- ignoreElements
- last
- max
- min
- sample
- sampleTime
- single
- skip
- skipLast
- skipUntil
- skipWhile
- take ⭐
- takeLast
- takeUntil ⭐
- takeWhile
- throttle
- throttleTime
多播 Multicasting
- multicast
- publish
- publishBehavior
- publishLast
- publishReplay
- share ⭐
- shareReplay ⭐
- subscribeOn
转化 Transformation
- buffer
- bufferCount
- bufferTime ⭐
- bufferToggle
- bufferWhen
- concatMap ⭐
- concatMapTo
- count
- expand
- exhaust
- exhaustMap
- groupBy
- map ⭐
- mapTo
- mergeMap / flatMap ⭐
- mergeMapTo
- mergeScan
- partition
- pluck
- reduce
- refCount
- scan ⭐
- switchAll
- switchMap ⭐
- switchMapTo
- timestamp
- toArray
- window
- windowCount
- windowTime
- windowToggle
- windowWhen