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]

GitHub

85 stars
7 watching
1 forks
Language: Java
last commit: over 9 years ago
Linked from 1 awesome list


Backlinks from these awesome lists:

Related projects:

RepositoryDescriptionStars
pakoito/rxfunctionsA library for composing and chaining functions on Observables in RxJava to simplify complex data processing pipelines.49
pakoito/rxactionsProvides a functional way to compose actions in an RxJava observable chain for smooth handling of side effects33
pakoito/rxtuplesLibrary providing tuple-like data structures to simplify RxJava usage and operations112
pakoito/rxpartialapplicationA library to partially apply functions on RxJava primitives.30
ribot/assertj-rxProvides assertions for testing RxJava Observables in Java117
pakoito/rxcurryingA library for currying and simplifying function calls in RxJava38
davidmoten/rxjava-fileA Java library providing observables for file I/O and event handling using RxJava and NIO.82
ksz-ksz/rxjs-insightsA toolset to help developers debug and visualize observables in their applications by tracking various events and relations.359
jakewharton/rxreplayingshareAn RxJava transformer that combines replay, publish, and refCount operators to manage caching of upstream observables or flows.626
rxswiftcommunity/rxoptionalExtensions for handling null and empty values in Swift observables700
thanegill/rxoptionalRxOptional is a set of extensions to Swift's optionals and other 'Occupiable' types for working with observables.8
reactivex/rxjavacomputationexpressionsRxJava provides a way to compose and manage asynchronous data streams using computation expressions.60
jamesfoster/knockout.observabledictionaryAn implementation of an observable dictionary in KnockoutJS88
sindresorhus/any-observableSupports any Observable library and provides polyfills70
jimrhoskins/knockout.localstorageA plugin for knockout.js that allows observable values to be stored in local storage.67