init(identifier:customIndexingKey:asyncGetter:)

Declaration

convenience init<Entity>(identifier: String, customIndexingKey: CSCustomAttributeKey, asyncGetter: @escaping  @Sendable (Entity) async throws -> Value) where Entity : AppEntity