- Learning RxJava
- Thomas Nield
- 145字
- 2021-07-02 22:22:56
Summary
This was an intense chapter, but it will provide a solid foundation as you learn how to use RxJava to tackle real-world work. RxJava, with all of its expressive power, has some nuances that are entirely due to the change of mindset it demands. It has done an impressive amount of work taking an imperative language like Java and adapting it to become reactive and functional. But this interoperability requires some understanding of the implementations between an Observable and a Observer. We touched on various ways to create Observables as well as how they interact with Observers.
Take your time trying to digest all this information but do not let it stop you from moving on to the next two chapters, where the usefulness of RxJava starts to take formation. In the next chapters, the pragmatic usefulness of RxJava will start to become clear.
- UNIX編程藝術
- Facebook Application Development with Graph API Cookbook
- Java應用與實戰
- 造個小程序:與微信一起干件正經事兒
- Flink SQL與DataStream入門、進階與實戰
- 零基礎學Java(第4版)
- TypeScript項目開發實戰
- KnockoutJS Starter
- SQL Server 2016數據庫應用與開發
- 案例式C語言程序設計實驗指導
- .NET 4.5 Parallel Extensions Cookbook
- BeagleBone Robotic Projects(Second Edition)
- .NET 4.0面向對象編程漫談:應用篇
- Java程序設計教程
- Parallel Programming with Python