- Learning RxJava
- Thomas Nield
- 70字
- 2021-07-02 22:22:54
Single, Completable, and Maybe
There are a few specialized flavors of Observable that are explicitly set up for one or no emissions: Single, Maybe, and Completable. These all follow the Observable closely and should be intuitive to use in your reactive coding workflow. You can create them in similar ways as the Observable (for example, they each have their own create() factory), but certain Observable operators may return them too.
推薦閱讀
- 深入核心的敏捷開發(fā):ThoughtWorks五大關(guān)鍵實踐
- JavaScript前端開發(fā)模塊化教程
- oreilly精品圖書:軟件開發(fā)者路線圖叢書(共8冊)
- Python進階編程:編寫更高效、優(yōu)雅的Python代碼
- Python Data Analysis(Second Edition)
- 程序員修煉之道:通向務(wù)實的最高境界(第2版)
- Python機器學(xué)習(xí)基礎(chǔ)教程
- Python深度學(xué)習(xí):基于TensorFlow
- MySQL從入門到精通(軟件開發(fā)視頻大講堂)
- Mastering Git
- Learning Material Design
- MINECRAFT編程:使用Python語言玩轉(zhuǎn)我的世界
- 零基礎(chǔ)學(xué)C語言程序設(shè)計
- CodeIgniter Web Application Blueprints
- Julia High Performance(Second Edition)