mirror of
https://github.com/JohnEstropia/CoreStore.git
synced 2026-09-10 11:52:00 +02:00
cleanup
This commit is contained in:
@@ -189,7 +189,7 @@ public final class ListPublisher<O: DynamicObject>: Hashable {
|
||||
public func refetch<B: FetchChainableBuilderType>(
|
||||
_ clauseChain: B,
|
||||
sourceIdentifier: (any Sendable)? = nil
|
||||
) throws(any Swift.Error) where B.ObjectType == O {
|
||||
) throws(any Swift::Error) where B.ObjectType == O {
|
||||
|
||||
try self.refetch(
|
||||
from: clauseChain.from,
|
||||
@@ -218,7 +218,7 @@ public final class ListPublisher<O: DynamicObject>: Hashable {
|
||||
public func refetch<B: SectionMonitorBuilderType>(
|
||||
_ clauseChain: B,
|
||||
sourceIdentifier: (any Sendable)? = nil
|
||||
) throws(any Swift.Error) where B.ObjectType == O {
|
||||
) throws(any Swift::Error) where B.ObjectType == O {
|
||||
|
||||
try self.refetch(
|
||||
from: clauseChain.from,
|
||||
@@ -347,7 +347,7 @@ public final class ListPublisher<O: DynamicObject>: Hashable {
|
||||
sectionBy: SectionBy<O>?,
|
||||
applyFetchClauses: @escaping (_ fetchRequest: Internals.CoreStoreFetchRequest<NSManagedObject>) -> Void,
|
||||
sourceIdentifier: (any Sendable)?
|
||||
) throws(any Swift.Error) {
|
||||
) throws(any Swift::Error) {
|
||||
|
||||
let (newFetchedResultsController, newFetchedResultsControllerDelegate) = Self.recreateFetchedResultsController(
|
||||
context: self.fetchedResultsController.managedObjectContext,
|
||||
|
||||
Reference in New Issue
Block a user