Is your feature request related to a problem? Please describe.
Need to add class MonitorList to observe values in collections.
Describe the solution you'd like
Collection wrapper (proxy pattern) which can track changes and return changes ligt on request. Underlying collections should be anything.
Describe alternatives you've considered
Some time ago I have already implemented this class but I lost it, unfortunately.
Additional context
Do not forget to add tests.
Is your feature request related to a problem? Please describe.
Need to add class
MonitorListto observe values in collections.Describe the solution you'd like
Collection wrapper (proxy pattern) which can track changes and return changes ligt on request. Underlying collections should be anything.
Describe alternatives you've considered
Some time ago I have already implemented this class but I lost it, unfortunately.
Additional context
Do not forget to add tests.