Skip to content

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.

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

3 participants