RxJavaJoins
Data Merging Tool
Joins operators for RxJava to combine multiple sources of data into a single stream of results
100 stars
10 watching
11 forks
Language: Java
last commit: over 9 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
reactivex/rxjavacomputationexpressions | RxJava provides a way to compose and manage asynchronous data streams using computation expressions. | 60 |
reactivex/rxjavaasyncutil | Async utilities for RxJava to simplify asynchronous programming | 133 |
reactivex/rxjavamath | Math operators for RxJava's functional programming framework | 96 |
reactivex/rxjavastring | A library providing RxJava string manipulation operators. | 129 |
reactivex/rxjavafx | A library that provides a bridge between RxJava and JavaFX event handling | 519 |
froussios/intro-to-rxjava | A comprehensive tutorial on RxJava implementation of reactive programming for the JVM | 2,045 |
davidmoten/rxjava-extras | A collection of utility classes and operators for RxJava, extending its functionality with additional operators and actions. | 269 |
anitaa1990/rxandroid-sample | A collection of concise write-ups on implementing Reactive Programming in Android using RxJava | 36 |
davidmoten/rxjava-jdbc | An efficient execution and functional composition of database calls using JDBC and RxJava Observables. | 807 |
reactivex/rxgroovy | An RxJava adapter for Groovy that enables reactive programming with Groovy closures. | 158 |
jas-chen/rx-redux | A reimplementation of Redux using RxJS | 421 |
android10/frodo | A tool for logging RxJava Observables and Subscribers in Android apps. | 1,474 |
jakewharton/rxreplayingshare | An RxJava transformer that combines replay, publish, and refCount operators to manage caching of upstream observables or flows. | 626 |
reactivex/rxjava | A library for composing asynchronous and event-based programs using observable sequences | 47,919 |
ribot/assertj-rx | Provides assertions for testing RxJava Observables in Java | 117 |