You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The BulkOperations interface itself does not define on which collection the operation is performed. So we could keep the interface exposed backing it with an collection agnostic implementation, or change the current DefaultBulkOperations so that it handles the extended use case.