EquatableKeyPathCollectionBuilder
@_functionBuilder
public final class EquatableKeyPathCollectionBuilder<Root>
A function builder used to build EquatableKeyPathCollection values.
-
Build an
EquatableKeyPathCollectionwith the provided key paths.Declaration
Swift
public static func buildBlock< ValueA: Equatable >( _ keyPathA: KeyPath<Root, ValueA> ) -> EquatableKeyPathCollection<Root>Parameters
keyPathAAn
Equatablekey path to add to theEquatableKeyPathCollection.Return Value
The built
EquatableKeyPathCollection. -
Build an
EquatableKeyPathCollectionwith the provided key paths.Declaration
Swift
public static func buildBlock< ValueA: Equatable, ValueB: Equatable >( _ keyPathA: KeyPath<Root, ValueA>, _ keyPathB: KeyPath<Root, ValueB> ) -> EquatableKeyPathCollection<Root>Parameters
keyPathAAn
Equatablekey path to add to theEquatableKeyPathCollection.keyPathBAn
Equatablekey path to add to theEquatableKeyPathCollection.Return Value
The built
EquatableKeyPathCollection. -
Build an
EquatableKeyPathCollectionwith the provided key paths.Declaration
Swift
public static func buildBlock< ValueA: Equatable, ValueB: Equatable, ValueC: Equatable >( _ keyPathA: KeyPath<Root, ValueA>, _ keyPathB: KeyPath<Root, ValueB>, _ keyPathC: KeyPath<Root, ValueC> ) -> EquatableKeyPathCollection<Root>Parameters
keyPathAAn
Equatablekey path to add to theEquatableKeyPathCollection.keyPathBAn
Equatablekey path to add to theEquatableKeyPathCollection.keyPathCAn
Equatablekey path to add to theEquatableKeyPathCollection.Return Value
The built
EquatableKeyPathCollection. -
Build an
EquatableKeyPathCollectionwith the provided key paths.Declaration
Swift
public static func buildBlock< ValueA: Equatable, ValueB: Equatable, ValueC: Equatable, ValueD: Equatable >( _ keyPathA: KeyPath<Root, ValueA>, _ keyPathB: KeyPath<Root, ValueB>, _ keyPathC: KeyPath<Root, ValueC>, _ keyPathD: KeyPath<Root, ValueD> ) -> EquatableKeyPathCollection<Root>Parameters
keyPathAAn
Equatablekey path to add to theEquatableKeyPathCollection.keyPathBAn
Equatablekey path to add to theEquatableKeyPathCollection.keyPathCAn
Equatablekey path to add to theEquatableKeyPathCollection.keyPathDAn
Equatablekey path to add to theEquatableKeyPathCollection.Return Value
The built
EquatableKeyPathCollection. -
Build an
EquatableKeyPathCollectionwith the provided key paths.Declaration
Swift
public static func buildBlock< ValueA: Equatable, ValueB: Equatable, ValueC: Equatable, ValueD: Equatable, ValueE: Equatable >( _ keyPathA: KeyPath<Root, ValueA>, _ keyPathB: KeyPath<Root, ValueB>, _ keyPathC: KeyPath<Root, ValueC>, _ keyPathD: KeyPath<Root, ValueD>, _ keyPathE: KeyPath<Root, ValueE> ) -> EquatableKeyPathCollection<Root>Parameters
keyPathAAn
Equatablekey path to add to theEquatableKeyPathCollection.keyPathBAn
Equatablekey path to add to theEquatableKeyPathCollection.keyPathCAn
Equatablekey path to add to theEquatableKeyPathCollection.keyPathDAn
Equatablekey path to add to theEquatableKeyPathCollection.keyPathEAn
Equatablekey path to add to theEquatableKeyPathCollection.Return Value
The built
EquatableKeyPathCollection. -
Build an
EquatableKeyPathCollectionwith the provided key paths.Declaration
Swift
public static func buildBlock< ValueA: Equatable, ValueB: Equatable, ValueC: Equatable, ValueD: Equatable, ValueE: Equatable, ValueF: Equatable >( _ keyPathA: KeyPath<Root, ValueA>, _ keyPathB: KeyPath<Root, ValueB>, _ keyPathC: KeyPath<Root, ValueC>, _ keyPathD: KeyPath<Root, ValueD>, _ keyPathE: KeyPath<Root, ValueE>, _ keyPathF: KeyPath<Root, ValueF> ) -> EquatableKeyPathCollection<Root>Parameters
keyPathAAn
Equatablekey path to add to theEquatableKeyPathCollection.keyPathBAn
Equatablekey path to add to theEquatableKeyPathCollection.keyPathCAn
Equatablekey path to add to theEquatableKeyPathCollection.keyPathDAn
Equatablekey path to add to theEquatableKeyPathCollection.keyPathEAn
Equatablekey path to add to theEquatableKeyPathCollection.keyPathFAn
Equatablekey path to add to theEquatableKeyPathCollection.Return Value
The built
EquatableKeyPathCollection. -
Build an
EquatableKeyPathCollectionwith the provided key paths.Declaration
Swift
public static func buildBlock< ValueA: Equatable, ValueB: Equatable, ValueC: Equatable, ValueD: Equatable, ValueE: Equatable, ValueF: Equatable, ValueG: Equatable >( _ keyPathA: KeyPath<Root, ValueA>, _ keyPathB: KeyPath<Root, ValueB>, _ keyPathC: KeyPath<Root, ValueC>, _ keyPathD: KeyPath<Root, ValueD>, _ keyPathE: KeyPath<Root, ValueE>, _ keyPathF: KeyPath<Root, ValueF>, _ keyPathG: KeyPath<Root, ValueG> ) -> EquatableKeyPathCollection<Root>Parameters
keyPathAAn
Equatablekey path to add to theEquatableKeyPathCollection.keyPathBAn
Equatablekey path to add to theEquatableKeyPathCollection.keyPathCAn
Equatablekey path to add to theEquatableKeyPathCollection.keyPathDAn
Equatablekey path to add to theEquatableKeyPathCollection.keyPathEAn
Equatablekey path to add to theEquatableKeyPathCollection.keyPathFAn
Equatablekey path to add to theEquatableKeyPathCollection.keyPathGAn
Equatablekey path to add to theEquatableKeyPathCollection.Return Value
The built
EquatableKeyPathCollection. -
Build an
EquatableKeyPathCollectionwith the provided key paths.Declaration
Swift
public static func buildBlock< ValueA: Equatable, ValueB: Equatable, ValueC: Equatable, ValueD: Equatable, ValueE: Equatable, ValueF: Equatable, ValueG: Equatable, ValueH: Equatable >( _ keyPathA: KeyPath<Root, ValueA>, _ keyPathB: KeyPath<Root, ValueB>, _ keyPathC: KeyPath<Root, ValueC>, _ keyPathD: KeyPath<Root, ValueD>, _ keyPathE: KeyPath<Root, ValueE>, _ keyPathF: KeyPath<Root, ValueF>, _ keyPathG: KeyPath<Root, ValueG>, _ keyPathH: KeyPath<Root, ValueH> ) -> EquatableKeyPathCollection<Root>Parameters
keyPathAAn
Equatablekey path to add to theEquatableKeyPathCollection.keyPathBAn
Equatablekey path to add to theEquatableKeyPathCollection.keyPathCAn
Equatablekey path to add to theEquatableKeyPathCollection.keyPathDAn
Equatablekey path to add to theEquatableKeyPathCollection.keyPathEAn
Equatablekey path to add to theEquatableKeyPathCollection.keyPathFAn
Equatablekey path to add to theEquatableKeyPathCollection.keyPathGAn
Equatablekey path to add to theEquatableKeyPathCollection.keyPathHAn
Equatablekey path to add to theEquatableKeyPathCollection.Return Value
The built
EquatableKeyPathCollection. -
Build an
EquatableKeyPathCollectionwith the provided key paths.Declaration
Swift
public static func buildBlock< ValueA: Equatable, ValueB: Equatable, ValueC: Equatable, ValueD: Equatable, ValueE: Equatable, ValueF: Equatable, ValueG: Equatable, ValueH: Equatable, ValueI: Equatable >( _ keyPathA: KeyPath<Root, ValueA>, _ keyPathB: KeyPath<Root, ValueB>, _ keyPathC: KeyPath<Root, ValueC>, _ keyPathD: KeyPath<Root, ValueD>, _ keyPathE: KeyPath<Root, ValueE>, _ keyPathF: KeyPath<Root, ValueF>, _ keyPathG: KeyPath<Root, ValueG>, _ keyPathH: KeyPath<Root, ValueH>, _ keyPathI: KeyPath<Root, ValueI> ) -> EquatableKeyPathCollection<Root>Parameters
keyPathAAn
Equatablekey path to add to theEquatableKeyPathCollection.keyPathBAn
Equatablekey path to add to theEquatableKeyPathCollection.keyPathCAn
Equatablekey path to add to theEquatableKeyPathCollection.keyPathDAn
Equatablekey path to add to theEquatableKeyPathCollection.keyPathEAn
Equatablekey path to add to theEquatableKeyPathCollection.keyPathFAn
Equatablekey path to add to theEquatableKeyPathCollection.keyPathGAn
Equatablekey path to add to theEquatableKeyPathCollection.keyPathHAn
Equatablekey path to add to theEquatableKeyPathCollection.keyPathIAn
Equatablekey path to add to theEquatableKeyPathCollection.Return Value
The built
EquatableKeyPathCollection. -
Build an
EquatableKeyPathCollectionwith the provided key paths.Declaration
Swift
public static func buildBlock< ValueA: Equatable, ValueB: Equatable, ValueC: Equatable, ValueD: Equatable, ValueE: Equatable, ValueF: Equatable, ValueG: Equatable, ValueH: Equatable, ValueI: Equatable, ValueJ: Equatable >( _ keyPathA: KeyPath<Root, ValueA>, _ keyPathB: KeyPath<Root, ValueB>, _ keyPathC: KeyPath<Root, ValueC>, _ keyPathD: KeyPath<Root, ValueD>, _ keyPathE: KeyPath<Root, ValueE>, _ keyPathF: KeyPath<Root, ValueF>, _ keyPathG: KeyPath<Root, ValueG>, _ keyPathH: KeyPath<Root, ValueH>, _ keyPathI: KeyPath<Root, ValueI>, _ keyPathJ: KeyPath<Root, ValueJ> ) -> EquatableKeyPathCollection<Root>Parameters
keyPathAAn
Equatablekey path to add to theEquatableKeyPathCollection.keyPathBAn
Equatablekey path to add to theEquatableKeyPathCollection.keyPathCAn
Equatablekey path to add to theEquatableKeyPathCollection.keyPathDAn
Equatablekey path to add to theEquatableKeyPathCollection.keyPathEAn
Equatablekey path to add to theEquatableKeyPathCollection.keyPathFAn
Equatablekey path to add to theEquatableKeyPathCollection.keyPathGAn
Equatablekey path to add to theEquatableKeyPathCollection.keyPathHAn
Equatablekey path to add to theEquatableKeyPathCollection.keyPathIAn
Equatablekey path to add to theEquatableKeyPathCollection.keyPathJAn
Equatablekey path to add to theEquatableKeyPathCollection.Return Value
The built
EquatableKeyPathCollection. -
Build an
EquatableKeyPathCollectionwith the provided key paths.Declaration
Swift
public static func buildBlock< ValueA: Equatable, ValueB: Equatable, ValueC: Equatable, ValueD: Equatable, ValueE: Equatable, ValueF: Equatable, ValueG: Equatable, ValueH: Equatable, ValueI: Equatable, ValueJ: Equatable, ValueK: Equatable >( _ keyPathA: KeyPath<Root, ValueA>, _ keyPathB: KeyPath<Root, ValueB>, _ keyPathC: KeyPath<Root, ValueC>, _ keyPathD: KeyPath<Root, ValueD>, _ keyPathE: KeyPath<Root, ValueE>, _ keyPathF: KeyPath<Root, ValueF>, _ keyPathG: KeyPath<Root, ValueG>, _ keyPathH: KeyPath<Root, ValueH>, _ keyPathI: KeyPath<Root, ValueI>, _ keyPathJ: KeyPath<Root, ValueJ>, _ keyPathK: KeyPath<Root, ValueK> ) -> EquatableKeyPathCollection<Root>Parameters
keyPathAAn
Equatablekey path to add to theEquatableKeyPathCollection.keyPathBAn
Equatablekey path to add to theEquatableKeyPathCollection.keyPathCAn
Equatablekey path to add to theEquatableKeyPathCollection.keyPathDAn
Equatablekey path to add to theEquatableKeyPathCollection.keyPathEAn
Equatablekey path to add to theEquatableKeyPathCollection.keyPathFAn
Equatablekey path to add to theEquatableKeyPathCollection.keyPathGAn
Equatablekey path to add to theEquatableKeyPathCollection.keyPathHAn
Equatablekey path to add to theEquatableKeyPathCollection.keyPathIAn
Equatablekey path to add to theEquatableKeyPathCollection.keyPathJAn
Equatablekey path to add to theEquatableKeyPathCollection.keyPathKAn
Equatablekey path to add to theEquatableKeyPathCollection.Return Value
The built
EquatableKeyPathCollection. -
Build an
EquatableKeyPathCollectionwith the provided key paths.Declaration
Swift
public static func buildBlock< ValueA: Equatable, ValueB: Equatable, ValueC: Equatable, ValueD: Equatable, ValueE: Equatable, ValueF: Equatable, ValueG: Equatable, ValueH: Equatable, ValueI: Equatable, ValueJ: Equatable, ValueK: Equatable, ValueL: Equatable >( _ keyPathA: KeyPath<Root, ValueA>, _ keyPathB: KeyPath<Root, ValueB>, _ keyPathC: KeyPath<Root, ValueC>, _ keyPathD: KeyPath<Root, ValueD>, _ keyPathE: KeyPath<Root, ValueE>, _ keyPathF: KeyPath<Root, ValueF>, _ keyPathG: KeyPath<Root, ValueG>, _ keyPathH: KeyPath<Root, ValueH>, _ keyPathI: KeyPath<Root, ValueI>, _ keyPathJ: KeyPath<Root, ValueJ>, _ keyPathK: KeyPath<Root, ValueK>, _ keyPathL: KeyPath<Root, ValueL> ) -> EquatableKeyPathCollection<Root>Parameters
keyPathAAn
Equatablekey path to add to theEquatableKeyPathCollection.keyPathBAn
Equatablekey path to add to theEquatableKeyPathCollection.keyPathCAn
Equatablekey path to add to theEquatableKeyPathCollection.keyPathDAn
Equatablekey path to add to theEquatableKeyPathCollection.keyPathEAn
Equatablekey path to add to theEquatableKeyPathCollection.keyPathFAn
Equatablekey path to add to theEquatableKeyPathCollection.keyPathGAn
Equatablekey path to add to theEquatableKeyPathCollection.keyPathHAn
Equatablekey path to add to theEquatableKeyPathCollection.keyPathIAn
Equatablekey path to add to theEquatableKeyPathCollection.keyPathJAn
Equatablekey path to add to theEquatableKeyPathCollection.keyPathKAn
Equatablekey path to add to theEquatableKeyPathCollection.keyPathLAn
Equatablekey path to add to theEquatableKeyPathCollection.Return Value
The built
EquatableKeyPathCollection. -
Build an
EquatableKeyPathCollectionwith the provided key paths.Declaration
Swift
public static func buildBlock< ValueA: Equatable, ValueB: Equatable, ValueC: Equatable, ValueD: Equatable, ValueE: Equatable, ValueF: Equatable, ValueG: Equatable, ValueH: Equatable, ValueI: Equatable, ValueJ: Equatable, ValueK: Equatable, ValueL: Equatable, ValueM: Equatable >( _ keyPathA: KeyPath<Root, ValueA>, _ keyPathB: KeyPath<Root, ValueB>, _ keyPathC: KeyPath<Root, ValueC>, _ keyPathD: KeyPath<Root, ValueD>, _ keyPathE: KeyPath<Root, ValueE>, _ keyPathF: KeyPath<Root, ValueF>, _ keyPathG: KeyPath<Root, ValueG>, _ keyPathH: KeyPath<Root, ValueH>, _ keyPathI: KeyPath<Root, ValueI>, _ keyPathJ: KeyPath<Root, ValueJ>, _ keyPathK: KeyPath<Root, ValueK>, _ keyPathL: KeyPath<Root, ValueL>, _ keyPathM: KeyPath<Root, ValueM> ) -> EquatableKeyPathCollection<Root>Parameters
keyPathAAn
Equatablekey path to add to theEquatableKeyPathCollection.keyPathBAn
Equatablekey path to add to theEquatableKeyPathCollection.keyPathCAn
Equatablekey path to add to theEquatableKeyPathCollection.keyPathDAn
Equatablekey path to add to theEquatableKeyPathCollection.keyPathEAn
Equatablekey path to add to theEquatableKeyPathCollection.keyPathFAn
Equatablekey path to add to theEquatableKeyPathCollection.keyPathGAn
Equatablekey path to add to theEquatableKeyPathCollection.keyPathHAn
Equatablekey path to add to theEquatableKeyPathCollection.keyPathIAn
Equatablekey path to add to theEquatableKeyPathCollection.keyPathJAn
Equatablekey path to add to theEquatableKeyPathCollection.keyPathKAn
Equatablekey path to add to theEquatableKeyPathCollection.keyPathLAn
Equatablekey path to add to theEquatableKeyPathCollection.keyPathMAn
Equatablekey path to add to theEquatableKeyPathCollection.Return Value
The built
EquatableKeyPathCollection. -
Build an
EquatableKeyPathCollectionwith the provided key paths.Declaration
Swift
public static func buildBlock< ValueA: Equatable, ValueB: Equatable, ValueC: Equatable, ValueD: Equatable, ValueE: Equatable, ValueF: Equatable, ValueG: Equatable, ValueH: Equatable, ValueI: Equatable, ValueJ: Equatable, ValueK: Equatable, ValueL: Equatable, ValueM: Equatable, ValueN: Equatable >( _ keyPathA: KeyPath<Root, ValueA>, _ keyPathB: KeyPath<Root, ValueB>, _ keyPathC: KeyPath<Root, ValueC>, _ keyPathD: KeyPath<Root, ValueD>, _ keyPathE: KeyPath<Root, ValueE>, _ keyPathF: KeyPath<Root, ValueF>, _ keyPathG: KeyPath<Root, ValueG>, _ keyPathH: KeyPath<Root, ValueH>, _ keyPathI: KeyPath<Root, ValueI>, _ keyPathJ: KeyPath<Root, ValueJ>, _ keyPathK: KeyPath<Root, ValueK>, _ keyPathL: KeyPath<Root, ValueL>, _ keyPathM: KeyPath<Root, ValueM>, _ keyPathN: KeyPath<Root, ValueN> ) -> EquatableKeyPathCollection<Root>Parameters
keyPathAAn
Equatablekey path to add to theEquatableKeyPathCollection.keyPathBAn
Equatablekey path to add to theEquatableKeyPathCollection.keyPathCAn
Equatablekey path to add to theEquatableKeyPathCollection.keyPathDAn
Equatablekey path to add to theEquatableKeyPathCollection.keyPathEAn
Equatablekey path to add to theEquatableKeyPathCollection.keyPathFAn
Equatablekey path to add to theEquatableKeyPathCollection.keyPathGAn
Equatablekey path to add to theEquatableKeyPathCollection.keyPathHAn
Equatablekey path to add to theEquatableKeyPathCollection.keyPathIAn
Equatablekey path to add to theEquatableKeyPathCollection.keyPathJAn
Equatablekey path to add to theEquatableKeyPathCollection.keyPathKAn
Equatablekey path to add to theEquatableKeyPathCollection.keyPathLAn
Equatablekey path to add to theEquatableKeyPathCollection.keyPathMAn
Equatablekey path to add to theEquatableKeyPathCollection.keyPathNAn
Equatablekey path to add to theEquatableKeyPathCollection.Return Value
The built
EquatableKeyPathCollection. -
Build an
EquatableKeyPathCollectionwith the provided key paths.Declaration
Swift
public static func buildBlock< ValueA: Equatable, ValueB: Equatable, ValueC: Equatable, ValueD: Equatable, ValueE: Equatable, ValueF: Equatable, ValueG: Equatable, ValueH: Equatable, ValueI: Equatable, ValueJ: Equatable, ValueK: Equatable, ValueL: Equatable, ValueM: Equatable, ValueN: Equatable, ValueO: Equatable >( _ keyPathA: KeyPath<Root, ValueA>, _ keyPathB: KeyPath<Root, ValueB>, _ keyPathC: KeyPath<Root, ValueC>, _ keyPathD: KeyPath<Root, ValueD>, _ keyPathE: KeyPath<Root, ValueE>, _ keyPathF: KeyPath<Root, ValueF>, _ keyPathG: KeyPath<Root, ValueG>, _ keyPathH: KeyPath<Root, ValueH>, _ keyPathI: KeyPath<Root, ValueI>, _ keyPathJ: KeyPath<Root, ValueJ>, _ keyPathK: KeyPath<Root, ValueK>, _ keyPathL: KeyPath<Root, ValueL>, _ keyPathM: KeyPath<Root, ValueM>, _ keyPathN: KeyPath<Root, ValueN>, _ keyPathO: KeyPath<Root, ValueO> ) -> EquatableKeyPathCollection<Root>Parameters
keyPathAAn
Equatablekey path to add to theEquatableKeyPathCollection.keyPathBAn
Equatablekey path to add to theEquatableKeyPathCollection.keyPathCAn
Equatablekey path to add to theEquatableKeyPathCollection.keyPathDAn
Equatablekey path to add to theEquatableKeyPathCollection.keyPathEAn
Equatablekey path to add to theEquatableKeyPathCollection.keyPathFAn
Equatablekey path to add to theEquatableKeyPathCollection.keyPathGAn
Equatablekey path to add to theEquatableKeyPathCollection.keyPathHAn
Equatablekey path to add to theEquatableKeyPathCollection.keyPathIAn
Equatablekey path to add to theEquatableKeyPathCollection.keyPathJAn
Equatablekey path to add to theEquatableKeyPathCollection.keyPathKAn
Equatablekey path to add to theEquatableKeyPathCollection.keyPathLAn
Equatablekey path to add to theEquatableKeyPathCollection.keyPathMAn
Equatablekey path to add to theEquatableKeyPathCollection.keyPathNAn
Equatablekey path to add to theEquatableKeyPathCollection.keyPathOAn
Equatablekey path to add to theEquatableKeyPathCollection.Return Value
The built
EquatableKeyPathCollection. -
Build an
EquatableKeyPathCollectionwith the provided key paths.Declaration
Swift
public static func buildBlock< ValueA: Equatable, ValueB: Equatable, ValueC: Equatable, ValueD: Equatable, ValueE: Equatable, ValueF: Equatable, ValueG: Equatable, ValueH: Equatable, ValueI: Equatable, ValueJ: Equatable, ValueK: Equatable, ValueL: Equatable, ValueM: Equatable, ValueN: Equatable, ValueO: Equatable, ValueP: Equatable >( _ keyPathA: KeyPath<Root, ValueA>, _ keyPathB: KeyPath<Root, ValueB>, _ keyPathC: KeyPath<Root, ValueC>, _ keyPathD: KeyPath<Root, ValueD>, _ keyPathE: KeyPath<Root, ValueE>, _ keyPathF: KeyPath<Root, ValueF>, _ keyPathG: KeyPath<Root, ValueG>, _ keyPathH: KeyPath<Root, ValueH>, _ keyPathI: KeyPath<Root, ValueI>, _ keyPathJ: KeyPath<Root, ValueJ>, _ keyPathK: KeyPath<Root, ValueK>, _ keyPathL: KeyPath<Root, ValueL>, _ keyPathM: KeyPath<Root, ValueM>, _ keyPathN: KeyPath<Root, ValueN>, _ keyPathO: KeyPath<Root, ValueO>, _ keyPathP: KeyPath<Root, ValueP> ) -> EquatableKeyPathCollection<Root>Parameters
keyPathAAn
Equatablekey path to add to theEquatableKeyPathCollection.keyPathBAn
Equatablekey path to add to theEquatableKeyPathCollection.keyPathCAn
Equatablekey path to add to theEquatableKeyPathCollection.keyPathDAn
Equatablekey path to add to theEquatableKeyPathCollection.keyPathEAn
Equatablekey path to add to theEquatableKeyPathCollection.keyPathFAn
Equatablekey path to add to theEquatableKeyPathCollection.keyPathGAn
Equatablekey path to add to theEquatableKeyPathCollection.keyPathHAn
Equatablekey path to add to theEquatableKeyPathCollection.keyPathIAn
Equatablekey path to add to theEquatableKeyPathCollection.keyPathJAn
Equatablekey path to add to theEquatableKeyPathCollection.keyPathKAn
Equatablekey path to add to theEquatableKeyPathCollection.keyPathLAn
Equatablekey path to add to theEquatableKeyPathCollection.keyPathMAn
Equatablekey path to add to theEquatableKeyPathCollection.keyPathNAn
Equatablekey path to add to theEquatableKeyPathCollection.keyPathOAn
Equatablekey path to add to theEquatableKeyPathCollection.keyPathPAn
Equatablekey path to add to theEquatableKeyPathCollection.Return Value
The built
EquatableKeyPathCollection.
View on GitHub
EquatableKeyPathCollectionBuilder Class Reference