- Learning RxJava
- Thomas Nield
- 70字
- 2021-07-02 22:22:51
The Observable
As introduced in Chapter 1, Thinking Reactively, the Observable is a push-based, composable iterator. For a given Observable<T>, it pushes items (called emissions) of type T through a series of operators until it finally arrives at a final Observer, which consumes the items. We will cover several ways to create an Observable, but first, let's dive into how an Observable works through its onNext(), onCompleted(), and onError() calls.
推薦閱讀
- Implementing VMware Horizon 7(Second Edition)
- Extending Jenkins
- Java程序設(shè)計(jì)實(shí)戰(zhàn)教程
- SAS數(shù)據(jù)統(tǒng)計(jì)分析與編程實(shí)踐
- 概率成形編碼調(diào)制技術(shù)理論及應(yīng)用
- 用Python實(shí)現(xiàn)深度學(xué)習(xí)框架
- HTML5入門(mén)經(jīng)典
- Webpack實(shí)戰(zhàn):入門(mén)、進(jìn)階與調(diào)優(yōu)(第2版)
- Moodle 3 Administration(Third Edition)
- 深入淺出Python數(shù)據(jù)分析
- Instant GLEW
- Java設(shè)計(jì)模式深入研究
- 分布式數(shù)據(jù)庫(kù)HBase案例教程
- Design Patterns and Best Practices in Java
- C語(yǔ)言程序設(shè)計(jì)實(shí)驗(yàn)指導(dǎo)