logo
分类于: 编程语言 人工智能

简介

Learning RxJava: Second Edition: Build concurrent applications using reactive programming with the latest features of RxJava 3

Learning RxJava: Second Edition: Build concurrent applications using reactive programming with the latest features of RxJava 3 0.0分

资源最后更新于 2020-08-19 16:11:51

作者:Nick Samoylov

出版社:Packt Publishing

出版日期:2020-01

ISBN:9781789950151

文件格式: pdf

标签: 软件工程 计算机科学 2020

简介· · · · · ·

Updated with the latest Maven coordinates, Java programming features, and API changes, this book is your guide to solving problems in writing asynchronous and event-based programs

Key Features

Explore a variety of tools and techniques used to solve problems in implementing concurrency and parallelization

Learn about core operators in RxJava that enable you to express your code ...

想要: 点击会收藏到你的 我的收藏,可以在这里查看

已收: 表示已经收藏

Tips: 注册一个用户 可以通过用户中心得到电子书更新的通知哦

目录

Table of Contents
Thinking Reactively
Observable and Observer
Basic Operators
Combining Observables
Multicasting, Replaying, and Caching
Concurrency and Parallelization
Switching, Throttling, Windowing, and Buffering
Flowables and Backpressure
Transformers and Custom Operators
Testing and Debugging
RxJava on Android
Using RxJava for Kotlin
Appendix A: Introducing Lambda Expressions
Appendix B: Functional Types
Appendix C: Mixing Object-Oriented and Reactive Programming
Appendix D: Materializing and Dematerializing
Appendix E: Understanding Schedulers