mirror of
https://github.com/JohnEstropia/CoreStore.git
synced 2026-03-17 23:14:05 +01:00
Support typed errors. Misc formatting
This commit is contained in:
@@ -33,6 +33,14 @@ internal protocol FieldProtocol: PropertyProtocol {
|
||||
|
||||
static var dynamicObjectType: CoreStoreObject.Type { get }
|
||||
|
||||
static func read(field: FieldProtocol, for rawObject: CoreStoreManagedObject) -> Any?
|
||||
static func modify(field: FieldProtocol, for rawObject: CoreStoreManagedObject, newValue: Any?)
|
||||
static func read(
|
||||
field: FieldProtocol,
|
||||
for rawObject: CoreStoreManagedObject
|
||||
) -> Any?
|
||||
|
||||
static func modify(
|
||||
field: FieldProtocol,
|
||||
for rawObject: CoreStoreManagedObject,
|
||||
newValue: Any?
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user