Angular のための RxJSPipeable operators
- buffer
- bufferCount
- bufferTime
- bufferToggle
- bufferWhen
- concatMap
- concatMapTo
- exhaust
- exhaustMap
- expand
- groupBy
- map
- mapTo
- mergeMap
- mergeMapTo
- mergeScan
- pairwise
- partition
- pluck
- scan
- switchMap
- switchMapTo
- window
- windowCount
- windowTime
- windowToggle
- windowWhen
Filtering Operators
- audit
- auditTime
- debounce
- debounceTime
- distinct
- distinctKey
- distinctUntilChanged
- distinctUntilKeyChanged
- elementAt
- filter
- first
- ignoreElements
- last
- sample
- sampleTime
- single
- skip
- skipLast
- skipUntil
- skipWhile
- take
- takeLast
- takeUntil
- takeWhile
- throttle
- throttleTime
Join Operators
- combineAll
- concatAll
- exhaust
- mergeAll
- startWith
- withLatestFrom
Multicasting Operators
- multicast
- publish
- publishBehavior
- publishLast
- publishReplay
- share
Error Handling Operators
Utility Operators
- tap
- delay
- delayWhen
- dematerialize
- materialize
- observeOn
- subscribeOn
- timeInterval
- timestamp
- timeout
- timeoutWith
- toArray
Conditional and Boolean Operators
- defaultIfEmpty
- every
- find
- findIndex
- isEmpty
Mathematical and Aggregate Operators
参考