- 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.
推薦閱讀
- 少兒人工智能趣味入門:Scratch 3.0動畫與游戲編程
- 程序設(shè)計與實踐(VB.NET)
- Apache Spark 2 for Beginners
- 深入RabbitMQ
- Getting Started with Gulp
- Mastering Unity 2D Game Development(Second Edition)
- Linux Shell核心編程指南
- Mastering AWS Security
- iOS開發(fā)項目化入門教程
- Java 9:Building Robust Modular Applications
- 一覽眾山小:ASP.NET Web開發(fā)修行實錄
- Java EE程序設(shè)計與開發(fā)實踐教程
- 數(shù)據(jù)庫技術(shù)及應(yīng)用教程上機指導(dǎo)與習(xí)題(第2版)
- 匯編語言程序設(shè)計
- Learning Yeoman