Skip to content

Union of multiple observables #130

Description

@ivansenic

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?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions