akarnokd / akarnokd/RxJavaExtensions

Union of multiple observables

Open
#130 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
Java
Stars
680
Forks
50
Avg merge
16m
Merged PRs (30d)
9

Description

Is there an operator or an easy way to generate a union of elements from different observables? Meaning that only elements that exists in all observales should be pushed downstream. Would be also great if there could be an option to define the comparator.

Meaning, I would expect:

```
A = [1, 2, 4, 5]
B = [2, 5, 7]
C = [0, 1, 2, 5, 7]

UNION (A, B, C) = [2, 5]
```
Maybe something like this exists in the RxJava itself?

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.