響應式編程是一種異步的、聲名式的、面向數據流的編程範式。html
異步:moand、observeable、handle;react
聲名式:用邏輯表述的形式組織代碼;使用函數式編程範式。編程
數據流:將數據視做數據流的形式,並用pipeline的形式作處理。異步
rx是對響應式編程操做的標準化。ide
Each language-specific implementation of ReactiveX implements a set of operators. Although there is much overlap between implementations, there are also some operators that are only implemented in certain implementations. Also, each implementation tends to name its operators to resemble those of similar methods that are already familiar from other contexts in that language.函數式編程
http://reactivex.io/documentation/operators.html#categorized函數