Registry / utility / rxscala-2-11

rxscala-2-11

JSON →
library0.27.0javamavenunverified

Reactive Extensions for Scala, providing observable streams and asynchronous programming.

<dependency> <groupId>io.reactivex</groupId> <artifactId>rxscala_2.11</artifactId> <version>0.27.0</version> </dependency>
INSTALL
IMPORT
SIG · RXSCALA-2-11
R
rxscala-2-11
utilityjavav0.27.0
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
rx.lang.scala.Observable

Creates an Observable and subscribes to print its items.

import rx.lang.scala.Observable object Example extends App { val obs = Observable.just("Hello", "World") obs.subscribe(println) }
Debug
Known issues
breakingThis version targets Scala 2.11; use the appropriate artifact for your Scala version.
fix
Use rxscala_2.12 or rxscala_2.13 for newer Scala versions.
affects: 0.27.0
Upgrade
Version history
0.27.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
2 hits · last 30 days
node
2
Resources
rxscala-2-11 — mvn dependency:get rxscala-2-11 · libregistry