-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Observable group extensions #3246
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Observable group extensions #3246
Conversation
|
Thanks vgromfeld for opening a Pull Request! The reviewers will test the PR and highlight if there is any conflict or changes required. If the PR is approved we will proceed to merge the pull request 🙌 |
48a93cd to
3c8b72c
Compare
|
Awesome! 🎉 I also think I have some optimizations to throw on top of most of these extensions by leveraging the fact that the Looking forward to this getting merged, then I'll create another PR with those new tweaks! |
It follows #3201 and add some extensions methods to simplify the operations on
ObservableGroupedCollection<TKey, TValue>.PR Type
What kind of change does this PR introduce?
What is the new behavior?
This PR adds a set of extensions methods to simplify the add/insert/replace/remove operations on
ObservableGroupedCollection<TKey, TValue>.PR Checklist
Please check if your PR fulfills the following requirements: