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: over 7 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
pakoito/rxfunctions | A library for composing and chaining functions on Observables in RxJava to simplify complex data processing pipelines. | 49 |
pakoito/rxactions | Provides a functional way to compose actions in an RxJava observable chain for smooth handling of side effects | 33 |
pakoito/rxtuples | Library providing tuple-like data structures to simplify RxJava usage and operations | 112 |
pakoito/rxpartialapplication | A library to partially apply functions on RxJava primitives. | 30 |
ribot/assertj-rx | Provides assertions for testing RxJava Observables in Java | 117 |
pakoito/rxcurrying | A library for currying and simplifying function calls in RxJava | 38 |
davidmoten/rxjava-file | A Java library providing observables for file I/O and event handling using RxJava and NIO. | 82 |
ksz-ksz/rxjs-insights | A toolset to help developers debug and visualize observables in their applications by tracking various events and relations. | 358 |
jakewharton/rxreplayingshare | An RxJava transformer that combines replay, publish, and refCount operators to manage caching of upstream observables or flows. | 626 |
rxswiftcommunity/rxoptional | Extensions for handling null and empty values in Swift observables | 700 |
thanegill/rxoptional | RxOptional is a set of extensions to Swift's optionals and other 'Occupiable' types for working with observables. | 8 |
reactivex/rxjavacomputationexpressions | RxJava provides a way to compose and manage asynchronous data streams using computation expressions. | 60 |
jamesfoster/knockout.observabledictionary | An implementation of an observable dictionary in KnockoutJS | 88 |
sindresorhus/any-observable | Supports any Observable library and provides polyfills | 70 |
jimrhoskins/knockout.localstorage | A plugin for knockout.js that allows observable values to be stored in local storage. | 67 |