Skip to content

descriptions-of-it-technologies/rxjava

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 

Repository files navigation

RxJava: Reactive Extensions for the JVM.

Contents at a Glance.

About.

Documentation.

Operators Categories.

  • Creating Observables.
  • Transforming Observables.
  • Filtering Observables.
  • Combining Observables.
  • Error Handling Operators.
  • Observable Utility Operators.
  • Conditional and Boolean Operators.
  • Mathematical and Aggregate Operators.
  • Backpressure Operators.
  • Connectable Observable Operators
  • Operators to Convert Observables

Operators.

  • Error Handling Operators.

    • retry()
      • be careful if the error repeats endlessly.
  • cache()

    • be careful with memory.

The key difference is that Observable pushes the items, while the streams and sequences pull the items. This may seem subtle, but the impact of a push-based iteration is far more powerful than a pull-based one.

Help.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published