mirror of
https://github.com/JohnEstropia/CoreStore.git
synced 2026-03-26 11:21:32 +01:00
WIP: Query builders
This commit is contained in:
@@ -997,7 +997,7 @@ public final class ListMonitor<D: DynamicObject>: Hashable {
|
||||
|
||||
fileprivate var fetchedResultsController: CoreStoreFetchedResultsController
|
||||
fileprivate let taskGroup = DispatchGroup()
|
||||
fileprivate let sectionIndexTransformer: (_ sectionName: RawKeyPath?) -> String?
|
||||
fileprivate let sectionIndexTransformer: (_ sectionName: KeyPathString?) -> String?
|
||||
|
||||
private let isSectioned: Bool
|
||||
|
||||
|
||||
Reference in New Issue
Block a user