245 Views
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?
0 comments