Operators
Operators 都屬 pure function
,RxJS 要用的好,很大的因素在於 operators 的掌握及熟悉度,對 operators 越熟悉,RxJS 的威力越可以展現出來,但不要急,花點時間練習就可以掌握了。
Operators 主要分為 creation
、 transformation
、 filtering
、 combination
、 multicasting
、 error handling
、 utility
等類別,每個類別的功能及目的都不太一樣,有些 operators 會是其他 operators 的混搭版,之後會更仔細的說明。