RxComprehensions
Observable chain builder
A set of methods to simplify and reduce boilerplate code in RxJava Observable chains
Reduce boilerplate in RxJava by abstracting chained operators like flatMap, concatMap, switchMap, or compose [STABLE]
85 stars
7 watching
1 forks
Language: Java
last commit: almost 8 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
| A library for composing and chaining functions on Observables in RxJava to simplify complex data processing pipelines. | 49 |
| Provides a functional way to compose actions in an RxJava observable chain for smooth handling of side effects | 33 |
| Library providing tuple-like data structures to simplify RxJava usage and operations | 112 |
| A library to partially apply functions on RxJava primitives. | 30 |
| Provides assertions for testing RxJava Observables in Java | 117 |
| A library for currying and simplifying function calls in RxJava | 38 |
| A Java library providing observables for file I/O and event handling using RxJava and NIO. | 82 |
| A toolset to help developers debug and visualize observables in their applications by tracking various events and relations. | 359 |
| An RxJava transformer that combines replay, publish, and refCount operators to manage caching of upstream observables or flows. | 626 |
| Extensions for handling null and empty values in Swift observables | 700 |
| RxOptional is a set of extensions to Swift's optionals and other 'Occupiable' types for working with observables. | 8 |
| RxJava provides a way to compose and manage asynchronous data streams using computation expressions. | 60 |
| An implementation of an observable dictionary in KnockoutJS | 88 |
| Supports any Observable library and provides polyfills | 70 |
| A plugin for knockout.js that allows observable values to be stored in local storage. | 67 |