How to retrieve lifetime operations of a sequence generator using Rx?
I need way to retrieve all the objects previously generated by a sequence,
alongside the new ones, when I'm notified of changes on it, using Rx. I
think this is uncommon, since most systems will just want the unprocessed
entries, but my situation needs the whole set of values, old and new, to
work.
Is it possible to achieve this somehow? I couldn't find any similar
examples and no method seem to do that.
No comments:
Post a Comment