Registry / utility / rxjava

rxjava

JSON →
library2.2.21javamavenunverified

Reactive Extensions for Java.

<dependency> <groupId>io.reactivex.rxjava2</groupId> <artifactId>rxjava</artifactId> <version>2.2.21</version> </dependency>
INSTALL
IMPORT
SIG · RXJAVA
R
rxjava
utilityjavav2.2.21
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Observable
io.reactivex.Observable

Create and subscribe to an Observable.

import io.reactivex.Observable; public class RxJavaExample { public static void main(String[] args) { Observable.just("Hello", "World") .subscribe(System.out::println); } }
Debug
Known issues
breakingRxJava 2.x is not compatible with RxJava 1.x; API changes are significant.
fix
Use RxJava 3.x for latest features or ensure correct version dependencies.
affects: 2.x
Upgrade
Version history
2.2.21latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
10 hits · last 30 days
node
8
OpenAI (training)
1
Resources
rxjava — mvn dependency:get rxjava · libregistry