Generic ClassKey
KeyPath
A key path from a specific root type to a specific resulting value type.
特定の根本の型から特定の結果値の型へのキーパス。
Availability
- iOS 8.0+
- iPadOS 8.0+
- macOS 10.10+
- Mac Catalyst 13.0+
- tvOS 9.0+
- watchOS 2.0+
- Xcode 9.0+
Technology
- Swift Standard Library Swift標準ライブラリ
Declaration 宣言
class KeyPath<Root, Value> : PartialKeyPath
<Root>
Relationships 関係
Inherits From 継承元
See Also 参照
Key Paths キーパス
class PartialKeyPath
A partially type-erased key path, from a concrete root type to any resulting value type.
ある部分的な型消去キーパス、具体的な根本の型から何らかの結果値の型への。
class AnyKeyPath
A type-erased key path, from any root type to any resulting value type.
型消去キーパス、何らかの根本の型から何らかの結果値の型への。
protocol _AppendKeyPath
An implementation detail of key path expressions; do not use this protocol directly.
キーパス式の実装詳細;このプロトコルを直接に使わないでください。