Initializermongokitten 7.9.5Meow
init(from:localIdentifier:as:)
Aggregates.swift:339init<LocalIdentifier, AsField>(from type: Foreign.Type, localIdentifier: LocalIdentifier, as asField: AsField) where Foreign : ReadableModel, LocalIdentifier : FieldPathRepresentable, AsField : FieldPathRepresentable
Other members in extension
Type members
init<M, Field, Fields>(from: Foreign.Type, localField: KeyPath<Base, QueryableField<M.Identifier>>, foreignField: KeyPath<Foreign, QueryableField<Reference<M>>>, pipeline: () throws -> MeowAggregate<Foreign, Field>, as: KeyPath<Result, QueryableField<Fields>>
) rethrows init<Match, Field>(from: Foreign.Type, localField: KeyPath<Base, QueryableField<Match>>, foreignField: KeyPath<Foreign, QueryableField<Match>>, pipeline: () throws -> MeowAggregate<Foreign, Field>, as: KeyPath<Result, QueryableField<Field>>
) rethrows init<LocalIdentifier, AsField>(from: String, localIdentifier: LocalIdentifier, as: AsField
) init<LocalIdentifier, AsField, Field>(from: Foreign.Type, localIdentifier: LocalIdentifier, uncheckedPipeline: () throws -> MeowAggregate<Foreign, Field>, as: AsField
) rethrows