[譯]RxJS文檔08——操做符分類

原文:http://reactivex.io/rxjs/manu...html

各類各樣的操做符按照不一樣的目的,分類幾個大類:建立,變化,過濾,組合,廣播(multicasting),錯誤處理,使用工具等等。react

如下的列表,按照分類羅列了所有的操做符:ajax

建立操做符 Creation Operators

  • ajax工具

  • bindCallbackorm

  • bindNodeCallbackhtm

  • createrxjs

  • deferip

  • emptyelement

  • fromget

  • fromEvent

  • fromEventPattern

  • fromPromise

  • generate

  • interval

  • never

  • of

  • repeat

  • repeatWhen

  • range

  • throw

  • timer

變化操做符 Transformation Operators

  • buffer

  • bufferCount

  • bufferTime

  • bufferToggle

  • bufferWhen

  • concatMap

  • concatMapTo

  • exhaustMap

  • expand

  • groupBy

  • map

  • mapTo

  • mergeMap

  • mergeMapTo

  • mergeScan

  • pairwise

  • partition

  • pluck

  • scan

  • switchMap

  • switchMapTo

  • window

  • windowCount

  • windowTime

  • windowToggle

  • windowWhen

過濾操做符 Filtering Operators

  • debounce

  • debounceTime

  • distinct

  • distinctKey

  • distinctUntilChanged

  • distinctUntilKeyChanged

  • elementAt

  • filter

  • first

  • ignoreElements

  • audit

  • auditTime

  • last

  • sample

  • sampleTime

  • single

  • skip

  • skipUntil

  • skipWhile

  • take

  • takeLast

  • takeUntil

  • takeWhile

  • throttle

  • throttleTime

組合操做符 Combination Operators

  • combineAll

  • combineLatest

  • concat

  • concatAll

  • exhaust

  • forkJoin

  • merge

  • mergeAll

  • race

  • startWith

  • switch

  • withLatestFrom

  • zip

  • zipAll

廣播操做符 Multicasting Operators

  • cache

  • multicast

  • publish

  • publishBehavior

  • publishLast

  • publishReplay

  • share

錯誤處理操做符 Error Handling Operators

  • catch

  • retry

  • retryWhen

實用工具操做符 Utility Operators

  • do

  • delay

  • delayWhen

  • dematerialize

  • finally

  • let

  • materialize

  • observeOn

  • subscribeOn

  • timeInterval

  • timestamp

  • timeout

  • timeoutWith

  • toArray

  • toPromise

條件和布爾運算操做符 Conditional and Boolean Operators

  • defaultIfEmpty

  • every

  • find

  • findIndex

  • isEmpty

數學計算和求和操做符 Mathematical and Aggregate Operators

  • count

  • max

  • min

  • reduce

相關文章
相關標籤/搜索