RxTuples
Tuple library
Library providing tuple-like data structures to simplify RxJava usage and operations
Simple tuples to use with RxJava [STABLE]
112 stars
7 watching
6 forks
Language: Java
last commit: over 7 years ago
Linked from 1 awesome list
androidfunctional-programmingjava
Related projects:
Repository | Description | Stars |
---|---|---|
pakoito/rxactions | Provides a functional way to compose actions in an RxJava observable chain for smooth handling of side effects | 33 |
pakoito/rxpartialapplication | A library to partially apply functions on RxJava primitives. | 30 |
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 |
anitaa1990/rxandroid-sample | A collection of concise write-ups on implementing Reactive Programming in Android using RxJava | 36 |
reactivex/rxjavamath | Math operators for RxJava's functional programming framework | 96 |
pakoito/rxcomprehensions | A set of methods to simplify and reduce boilerplate code in RxJava Observable chains | 85 |
reactivex/rxjavaasyncutil | Async utilities for RxJava to simplify asynchronous programming | 133 |
froussios/intro-to-rxjava | A comprehensive tutorial on RxJava implementation of reactive programming for the JVM | 2,045 |
reactivex/rxjavajoins | Joins operators for RxJava to combine multiple sources of data into a single stream of results | 100 |
reactivex/rxjavafx | A library that provides a bridge between RxJava and JavaFX event handling | 519 |
reactivex/rxjavacomputationexpressions | RxJava provides a way to compose and manage asynchronous data streams using computation expressions. | 60 |
reactivex/rxjavastring | A library providing RxJava string manipulation operators. | 129 |
tigase/jaxmpp | An XMPP client library implementation of core and popular extensions in Java | 33 |
eleventigers/rxeither | A Java library that provides an Either data structure inspired by Scala's implementation for RxJava. | 91 |