Error!
Success!

Rx - for beginners (part 4): Handlers

0
kicks

Rx - for beginners (part 4): Handlers  (Unpublished)

this post will focus on anonymous observer handler. Anonymous Observer as we mention on the previous posts, IObserver is used as a callback interface which can be subscribe to the IObservable, but this is a bit of overkill, when what we subscribe is relatively small (like Console.Write). wouldn't it be nice to use Lamda expression instead?


Kicked By:
Drop Kicked By: