Contents

init(for:identifier:)

Creates an EntityIdentifier representing an instance of the specified entity type backed by the specified identifier value.

Declaration

init<Entity>(for entityType: Entity.Type, identifier: Entity.ID) where Entity : AppEntity

See Also

Creating an entity identifier