Protocols
The following protocols are available globally.
-
An
See moreIdentifiablemodel containing nested modelsDeclaration
Swift
public protocol Aggregate : Identifiable -
A type wrapping one or more Identifiable types. You should rarely need to use this type. However it can happens to have a non Aggregate object containing Identifiable objects to group them (for consistency or naming). This is especially true with enum cases.
See moreDeclaration
Swift
public protocol EntityWrapper -
a protocol reporting
See moreEntityStoreinternal informationDeclaration
Swift
public protocol Logger
Protocols Reference