文件名称:Reactive Programming with RxJava.pdf
文件大小:7.74MB
文件格式:PDF
更新时间:2023-06-28 05:08:00
Reactive java Rxjava
Rxjava 库,介绍Reacive技术的java实现 RxJava is a specific implementation of reactive programming for Java and Android that is influenced by functional programming. It favors function composition, avoid‐ ance of global state and side effects, and thinking in streams to compose asynchro‐ nous and event-based programs. It begins with the observer pattern of producer/ consumer callbacks and extends it with dozens of operators that allow composing, transforming, scheduling, throttling, error handling, and lifecycle management.