Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Zip list of reactive streams #222

Open
wants to merge 4 commits into
base: 2.x
Choose a base branch
from

Conversation

Korpen
Copy link

@Korpen Korpen commented Oct 17, 2019

An issue suggested being able to convert List<Single<T>> to Single<List<T>>. This PR introduces such an operation for Single, Observable, Flowable, and Maybe. Each new operation comes with tests.

@vpriscan
Copy link
Collaborator

vpriscan commented Mar 22, 2020

Hi again @Korpen, To make the Travis build pass, you should pull upstream 2.x branch again. There was a change in Travis configuration. (oraclejdk8 license was changed and it stopped working, so we switched to openjdk8).
But...
You should update your PR to target the new RxKotlin 3.x version. Version 2.x is now in maintenance mode, meaning no new features will be accepted.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants