I have registered a notification handler on a collection as described here
Per the documentation “This RealmCollectionChange resolves to an array of index paths that you can pass to a UITableView’s batch update methods.”
I my use-case, I am not using a UITableView and the indexPaths have no relevance. Is there any way to use the indexPaths to identify the objects in the collection?