Originally created by @iby on GitHub (Jan 15, 2019).
Would be neat to match method signature style of:
protocol ObjectObserver { func objectMonitor(_ monitor: CoreStore.ObjectMonitor<Self.ObjectEntityType>, willUpdateObject object: Self.ObjectEntityType) func objectMonitor(_ monitor: CoreStore.ObjectMonitor<Self.ObjectEntityType>, didUpdateObject object: Self.ObjectEntityType, changedPersistentKeys: Set<KeyPathString>) func objectMonitor(_ monitor: CoreStore.ObjectMonitor<Self.ObjectEntityType>, didDeleteObject object: Self.ObjectEntityType) }
with:
protocol ListObserver { func listMonitorWillChange(_ monitor: CoreStore.ListMonitor<Self.ListEntityType>) func listMonitorDidChange(_ monitor: CoreStore.ListMonitor<Self.ListEntityType>) func listMonitorWillRefetch(_ monitor: CoreStore.ListMonitor<Self.ListEntityType>) func listMonitorDidRefetch(_ monitor: CoreStore.ListMonitor<Self.ListEntityType>) }
@iby commented on GitHub (Jan 15, 2019):
Sorry, just realized it doesn't make any sense… 🤦♂️ Please delete.
No dependencies set.
The note is not visible to the blocked user.
Originally created by @iby on GitHub (Jan 15, 2019).
Would be neat to match method signature style of:
with:
@iby commented on GitHub (Jan 15, 2019):
Sorry, just realized it doesn't make any sense… 🤦♂️ Please delete.