-
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
Add the rest operators to RxScala #1316
Conversation
RxJava-pull-requests #1212 SUCCESS |
If we put them in a different package as extension methods I'm fine. Then you can bring them into scope them as you wish. |
Thanks @samuelgruetter and @zsxwing |
RxJava-pull-requests #1217 SUCCESS |
I gave up the idea that converting |
I will rewrite |
RxJava-pull-requests #1218 SUCCESS |
RxJava-pull-requests #1222 SUCCESS |
RxJava-pull-requests #1233 SUCCESS |
Added |
RxJava-pull-requests #1244 SUCCESS |
Overrode the last commit to fix the typos. |
RxJava-pull-requests #1251 SUCCESS |
LGTM. Thank you @zsxwing! |
Thanks @zsxwing . @benjchristensen can you merge this, then I can make a pass over it so see if there is any fine tuning left. |
Add the rest operators to RxScala
This PR added the rest operators to RxScala. However, I think some operators in rxjava-math, rxjava-string , such as
min
,max
,average
, are worth to add to RxScala. What do you think? @headinthebox, @samuelgruetter