Protocols
The following protocols are available globally.
-
An
See moreIdentifiable
model 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 moreEntityStore
internal informationDeclaration
Swift
public protocol Logger