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

New 2.x marble diagrams #4749

Merged
merged 1 commit into from
Oct 21, 2016
Merged

New 2.x marble diagrams #4749

merged 1 commit into from
Oct 21, 2016

Conversation

DavidMGross
Copy link
Collaborator

Adds some new marble diagrams and adjusts some for operators that now return Single/Maybe/Completable where they used to return Observable in 1.x.

@@ -7825,7 +7825,7 @@ public final Completable ignoreElements() {
* Returns a Single that emits only the last item emitted by the source ObservableSource, or a default item
* if the source ObservableSource completes without emitting any items.
* <p>
* <img width="640" height="305" src="https://raw.github.com/wiki/ReactiveX/RxJava/images/rx-operators/lastOrDefault.png" alt="">
* <img width="640" height="305" src="https://raw.github.com/wiki/ReactiveX/RxJava/images/rx-operators/last.2.png" alt="">
Copy link
Member

Choose a reason for hiding this comment

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

The image mentions lastOrDefault.

@akarnokd akarnokd added this to the 2.0 milestone Oct 21, 2016
@akarnokd
Copy link
Member

Thanks @DavidMGross !

@akarnokd akarnokd merged commit 777b4c1 into 2.x Oct 21, 2016
@akarnokd akarnokd deleted the DavidMGross-javadoc-only branch October 21, 2016 21:23
@akarnokd akarnokd mentioned this pull request Oct 27, 2016
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.

2 participants