RxActions
Action composer
Provides a functional way to compose actions in an RxJava observable chain for smooth handling of side effects
Simple ActionN composition to use with RxJava [STABLE]
33 stars
3 watching
0 forks
Language: Java
last commit: over 7 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
pakoito/rxpartialapplication | A library to partially apply functions on RxJava primitives. | 30 |
pakoito/rxtuples | Library providing tuple-like data structures to simplify RxJava usage and operations | 112 |
pakoito/rxcurrying | A library for currying and simplifying function calls in RxJava | 38 |
pakoito/rxfunctions | A library for composing and chaining functions on Observables in RxJava to simplify complex data processing pipelines. | 49 |
pakoito/rxcomprehensions | A set of methods to simplify and reduce boilerplate code in RxJava Observable chains | 85 |
reactivex/rxjavacomputationexpressions | RxJava provides a way to compose and manage asynchronous data streams using computation expressions. | 60 |
reactivex/rxjavamath | Math operators for RxJava's functional programming framework | 96 |
reactivex/rxjavafx | A library that provides a bridge between RxJava and JavaFX event handling | 519 |
reactivex/rxjavaasyncutil | Async utilities for RxJava to simplify asynchronous programming | 133 |
reactivex/rxjavajoins | Joins operators for RxJava to combine multiple sources of data into a single stream of results | 100 |
blipinsk/rxanimationbinding | A set of APIs for creating animations in Android using RxJava | 82 |
reactivex/rxjavastring | A library providing RxJava string manipulation operators. | 129 |
salsita/prism | A library that simplifies composing actions in React and Redux applications by allowing function-like composition of action types | 495 |
froussios/intro-to-rxjava | A comprehensive tutorial on RxJava implementation of reactive programming for the JVM | 2,045 |
davidmoten/rxjava-jdbc | An efficient execution and functional composition of database calls using JDBC and RxJava Observables. | 807 |