Tuesday, October 30, 2018

RxJava — Reactive Extensions for Java

RxJava is a reactive extensions implementation for Java projects. A combination of functional and reactive techniques can represent an elegant approach to event-driven programming.

Functional programming is the process of building software by composing pure functions, avoiding shared state, mutable data, and side-effects.



from DZone.com Feed https://ift.tt/2qiP4kG

No comments:

Post a Comment