Last updated 5 years ago
Was this helpful?
명확한 설명, 관련된 자료 및 예제가 수록된 RxJS 연산자 목록
타입별로 정렬된 연산자 목록을 보고싶으신가요?
ajax
audit
auditTime
buffer
bufferCount
bufferTime
bufferToggle
bufferWhen
catch / catchError
combineAll
combineLatest
concat
concatAll
concatMap
concatMapTo
create
debounce
debounceTime
defaultIfEmpty
defer
delay
delayWhen
distinct
distinctUntilChanged
distinctUntilKeyChanged
endWith
tap / do
empty
every
exhaustMap
expand
filter
finalize / finally
find
first
forkJoin
from
fromEvent
generate
groupBy
iif
ignoreElements
interval
last
let
map
mapTo
merge
mergeAll
mergeMap / flatMap
mergeScan
multicast
of
partition
pluck
publish
race
range
repeat
repeatWhen
retry
retryWhen
sample
scan
sequenceequal
share
shareReplay
single
skip
skipUntil
skipWhile
startWith
switchMap
switchMapTo
take
takeLast
takeUntil
takeWhile
throttle
throttleTime
throw
timeInterval
timeout
timeoutWith
timer
toArray
toPromise
window
windowCount
windowTime
windowToggle
windowWhen
withLatestFrom
zip
- 자주 사용되는 연산자
What Are Operators? - 공식 문서
What Operators Are - André Staltz