Implemented Most Recent#168
Conversation
|
RxJava-pull-requests #6 SUCCESS |
|
Man it is hard to understand the difference between Latest, Next, MostRecent etc using MSDN docs ... |
|
Trying to figure out the difference between Observable.Latest (http://msdn.microsoft.com/en-us/library/hh212115(v=vs.103).aspx) and Observable.MostRecent (http://msdn.microsoft.com/en-us/library/hh229751(v=vs.103).aspx) other than the latter having an initialValue. Both return The Observable.Next operator says "Samples the next value (blocking without buffering) from in an observable sequence." and also returns |
|
My understanding of these operators are:
|
|
This pull request looks good ... merging. |
Implemented Most Recent
Implemented Most Recent
For issue #64.