- 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.
推薦閱讀
- 解構(gòu)產(chǎn)品經(jīng)理:互聯(lián)網(wǎng)產(chǎn)品策劃入門寶典
- AngularJS Testing Cookbook
- ASP.NET Core 5.0開發(fā)入門與實(shí)戰(zhàn)
- Pandas Cookbook
- C語言課程設(shè)計(jì)
- Learning OpenStack Networking(Neutron)(Second Edition)
- Java程序設(shè)計(jì)入門
- 蘋果的產(chǎn)品設(shè)計(jì)之道:創(chuàng)建優(yōu)秀產(chǎn)品、服務(wù)和用戶體驗(yàn)的七個(gè)原則
- SciPy Recipes
- Android應(yīng)用開發(fā)深入學(xué)習(xí)實(shí)錄
- SEO教程:搜索引擎優(yōu)化入門與進(jìn)階(第3版)
- MongoDB Administrator’s Guide
- Getting Started with RethinkDB
- IBM DB2 9.7 Advanced Application Developer Cookbook
- Python程序員面試算法寶典