Skip to content

Zip list of reactive streams#222

Open
Korpen wants to merge 4 commits intoReactiveX:2.xfrom
Korpen:zip_list_of_reactive_streams
Open

Zip list of reactive streams#222
Korpen wants to merge 4 commits intoReactiveX:2.xfrom
Korpen:zip_list_of_reactive_streams

Conversation

@Korpen
Copy link
Copy Markdown

@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
Copy Markdown
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.

3 participants