-
Notifications
You must be signed in to change notification settings - Fork 7.6k
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
javadoc improvements (groupJoin, groupByUntil, timestamp w/scheduler) #569
Conversation
RxJava-pull-requests #500 SUCCESS |
javadoc improvements (groupJoin, groupByUntil, timestamp w/scheduler)
@DavidMGross it would be nice to have a separate diagram for this overload of zip: public static <R> Observable<R> zip(Observable<? extends Observable<?>> ws, FuncN<? extends R> zipFunction) Today I wanted to explain this operator to some people, and a nice marble diagram for this would have been useful. As |
I'll see what I can come up with. On Fri, Dec 6, 2013 at 4:43 AM, samuelgruetter [email protected]:
David M. Gross |
How does this look? https://raw.github.com/wiki/Netflix/RxJava/images/rx-operators/zip.o.png On Fri, Dec 6, 2013 at 9:59 AM, PLP Consulting (David Gross) <
David M. Gross |
Nice! Two ideas for improvement:
|
Good suggestions. I'll see what I can do. On Sun, Dec 8, 2013 at 7:12 AM, samuelgruetter [email protected]:
David M. Gross |
javadoc improvements (groupJoin, groupByUntil, timestamp w/scheduler)
adding marble diagrams and links to the RxJava wiki, standardizing javadoc comment formatting