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

Change return type of one of the Flowable.withLatestFrom's to Flowable #193

Merged
merged 1 commit into from
Jul 23, 2018

Conversation

D4Muck
Copy link
Contributor

@D4Muck D4Muck commented Jul 23, 2018

Change the return type of Flowable<T>.withLatestFrom(o1: Publisher<T1>, o2: Publisher<T2>) from Publisher<Triple<T,T1,T2>> to Flowable<Triple<T,T1,T2>> for alignment with the other withLatestFrom convenience methods.

Verified

This commit was signed with the committer’s verified signature.
lukekarrys Luke Karrys
Change the return type of 'Flowable<T>.withLatestFrom(o1: Publisher<T1>, o2: Publisher<T2>)' from 'Publisher<Triple<T,T1,T2>>' to 'Flowable<Triple<T,T1,T2>>' for alignment with the other 'withLatestFrom' convenience methods.
@thomasnield thomasnield merged commit e57108c into ReactiveX:2.x Jul 23, 2018
@JakeWharton
Copy link

This is a binary-incompatible change

@thomasnield
Copy link
Collaborator

@JakeWharton I'm thinking of bumping to a breaking release version anyway, and waiting for RxJava 2.2.0.

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