- Reactive Programming in Kotlin
- Rivu Chakraborty
- 167字
- 2021-07-02 22:26:40
Observables, Observers, and Subjects
Observables and subscribers are at the base of reactive programming. We can say that they are the building blocks of reactive programming. In the previous two chapters, you already got a glimpse of Observables and subject. We observed on data with observable/subject instances; but that's not all we want; instead, we want to get all the actions and data changes reactively into the observable instances, making the application completely reactive. Also, while reading the previous chapters, you may have wondered how exactly does it operate? In this chapter, let's have a foundation of the pillars of reactive programming—Observables, Observers, and subjects:
- We will look into details of transforming various data sources to observable instances
- You will learn about various types of Observables
- How to use Observer instances and subscriptions, and, lastly, subjects and their various implementations
We will also learn about various factory methods of Observable.
There's a lot to understand in this chapter, so let's start with understanding Observables first.
- 漫話大數(shù)據(jù)
- 在你身邊為你設(shè)計Ⅲ:騰訊服務(wù)設(shè)計思維與實戰(zhàn)
- Hands-On Data Structures and Algorithms with Rust
- Java Data Science Cookbook
- Architects of Intelligence
- Learning Spring Boot
- 云計算服務(wù)保障體系
- Access 2016數(shù)據(jù)庫技術(shù)及應(yīng)用
- 數(shù)據(jù)要素五論:信息、權(quán)屬、價值、安全、交易
- Mockito Cookbook
- Remote Usability Testing
- Hands-On System Programming with C++
- Access 2016數(shù)據(jù)庫應(yīng)用基礎(chǔ)
- 大數(shù)據(jù)技術(shù)體系詳解:原理、架構(gòu)與實踐
- 數(shù)據(jù)分析方法及應(yīng)用:基于SPSS和EXCEL環(huán)境