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

fix: combineLatest POJO signature should match only ObservableInput values #6103

Merged

Conversation

cartant
Copy link
Collaborator

@cartant cartant commented Mar 8, 2021

Description:

This PR tightens the combineLatest POJO signature so that only POJOs with ObservableInput values are matched. The implementation throws if the received POJO contains a value that is not an ObservableInput, so the types should reflect that.

Related issue (if exists): Nope

@cartant cartant requested a review from benlesh March 8, 2021 07:30
@benlesh benlesh merged commit d633494 into ReactiveX:master Mar 10, 2021
@cartant cartant deleted the cartant/combine-latest-pojo-observable-input branch March 19, 2021 07:21
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.

2 participants