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