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

1.x: Add Completable.andThen(Single) #3799

Merged
merged 1 commit into from
Mar 30, 2016
Merged

1.x: Add Completable.andThen(Single) #3799

merged 1 commit into from
Mar 30, 2016

Conversation

pt2121
Copy link

@pt2121 pt2121 commented Mar 27, 2016

}
};

final SerialSubscription serial = new SerialSubscription();
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You have to add serial to t .

@pt2121
Copy link
Author

pt2121 commented Mar 27, 2016

thanks for your review. fixed

* Returns a Single which will subscribe to this Completable and once that is completed then
* will subscribe to the {@code next} Single. An error event from this Completable will be
* propagated to the downstream subscriber and will result in skipping the subscription of the
* Observable.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Observable -> Single

@artem-zinnatullin
Copy link
Contributor

Looks good! 👍 Just few small things to fix.

@pt2121
Copy link
Author

pt2121 commented Mar 28, 2016

@artem-zinnatullin @akarnokd thanks for your review. i'll update this soon.

@pt2121
Copy link
Author

pt2121 commented Mar 29, 2016

Updated and rebased.

@akarnokd
Copy link
Member

👍

1 similar comment
@stevegury
Copy link
Member

👍

@stevegury stevegury merged commit 7f6644c into ReactiveX:1.x Mar 30, 2016
@pt2121 pt2121 deleted the pt/andThenSingle branch April 1, 2016 23:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants