- 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.
推薦閱讀
- 程序設(shè)計與實踐(VB.NET)
- Android開發(fā)精要
- PyTorch自然語言處理入門與實戰(zhàn)
- Python高效開發(fā)實戰(zhàn):Django、Tornado、Flask、Twisted(第2版)
- C語言程序設(shè)計案例式教程
- 深入淺出DPDK
- Python數(shù)據(jù)可視化之Matplotlib與Pyecharts實戰(zhàn)
- Modular Programming in Java 9
- 快人一步:系統(tǒng)性能提高之道
- 移動互聯(lián)網(wǎng)軟件開發(fā)實驗指導(dǎo)
- Scratch趣味編程:陪孩子像搭積木一樣學(xué)編程
- 從零開始學(xué)Python網(wǎng)絡(luò)爬蟲
- RubyMotion iOS Develoment Essentials
- MySQL 8從零開始學(xué)(視頻教學(xué)版)
- Android移動應(yīng)用項目化教程