- 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.
推薦閱讀
- JBoss Weld CDI for Java Platform
- Raspberry Pi for Python Programmers Cookbook(Second Edition)
- Mastering Ubuntu Server
- Learning Python Design Patterns(Second Edition)
- QGIS:Becoming a GIS Power User
- C#程序設計
- 從Excel到Python:用Python輕松處理Excel數據(第2版)
- Spring Boot+MVC實戰指南
- 快速入門與進階:Creo 4·0全實例精講
- Flink入門與實戰
- Java自然語言處理(原書第2版)
- Tkinter GUI Programming by Example
- Learning Rust
- Selenium WebDriver自動化測試完全指南
- 亮劍Java Web項目開發案例導航