Unclaimed project
Are you a maintainer of RxScala? Claim this project to take control of your public changelog and roadmap.
Changelog
RxScala – Reactive Extensions for Scala – a library for composing asynchronous and event-based programs using observable sequences
Last updated over 6 years ago
This release upgrades RxJava to 1.1.6 and adds the new experimental ErrorDelayingObservable class.
ErrorDelayingObservable class?ErrorDelayingObservable contains a variety of operators that support delaying errors. Sometimes when you compose multiple Observables together (e.g., flatMap, concat), you may want to refrain from propagating error notifications until all of the Observables have finished emitting items. In such cases, you can call Observable.delayError to get an ErrorDelayingObservable and use the ErrorDelayingObservable's methods to compose your Observables. Search for delayError in RxScalaDemo.scala for examples.
Artifacts: Maven Central
♞ lichess.org: the forever free, adless and open source chess server ♞
💾 Database Tools incl. ORM, Migrations and Admin UI (Postgres, MySQL & MongoDB) [deprecated]
Scala 2 compiler and standard library. Scala 2 bugs at https://github.com/scala/bug; Scala 3 at https://github.com/scala/scala3
A platform to build and run apps that are elastic, agile, and resilient. SDK, libraries, and hosted environments.