RxJava Tutorial – RxJava教程

最后修改: 2017年 9月 24日

中文/混合/英文(键盘快捷键:t)

RxJava is a Reactive Extensions implementation for Java environment.

RxJava是一个用于Java环境的Reactive Extensions实现。

The library utilizes a combination of functional and reactive techniques that can represent an elegant approach to event-driven programming – with values that change over time and where the consumer reacts to the data as it comes in.

该库利用函数式和反应式技术的组合,可以代表一种优雅的事件驱动编程方法–数值随时间变化,消费者在数据进来时对其作出反应。

icon rx basics

RxJava Basics

RxJava基础知识


icon rx integration

RxJava Integration with Other Libraries

RxJava与其他库的集成