func appending<Root, Value, AppendedValue>( path: ReferenceWritableKeyPath<Value, AppendedValue>) -> ReferenceWritableKeyPath<Root, AppendedValue>
Returns a new key path created by appending the given key path to this one.
与えられたキーパスをこのものに加えることによって作成された新しいキーパスを返します。
func appending<Root, Value, AppendedValue>( path: WritableKeyPath<Value, AppendedValue>) -> WritableKeyPath<Root, AppendedValue>
Returns a new key path created by appending the given key path to this one.
与えられたキーパスをこのものに加えることによって作成された新しいキーパスを返します。
func appending<Root, AppendedRoot, AppendedValue>( path: KeyPath<AppendedRoot, AppendedValue>) -> KeyPath<Root, AppendedValue>?
Returns a new key path created by appending the given key path to this one.
与えられたキーパスをこのものに加えることによって作成された新しいキーパスを返します。
func appending<Root, AppendedRoot, AppendedValue>( path: ReferenceWritableKeyPath<AppendedRoot, AppendedValue>) -> ReferenceWritableKeyPath<Root, AppendedValue>?
Returns a new key path created by appending the given key path to this one.
与えられたキーパスをこのものに加えることによって作成された新しいキーパスを返します。
func appending(path: AnyKeyPath) -> AnyKeyPath?
Returns a new key path created by appending the given key path to this one.
与えられたキーパスをこのものに加えることによって作成された新しいキーパスを返します。
Available when
Self
is AnyKeyPath
.
Self
がAnyKeyPath
である時に利用可能です。
func appending<Root, Value, AppendedValue>( path: KeyPath<Value, AppendedValue>) -> KeyPath<Root, AppendedValue>
Returns a new key path created by appending the given key path to this one.
与えられたキーパスをこのものに加えることによって作成された新しいキーパスを返します。
func appending<Root, Value, AppendedValue>( path: ReferenceWritableKeyPath<Value, AppendedValue>) -> ReferenceWritableKeyPath<Root, AppendedValue>
Returns a new key path created by appending the given key path to this one.
与えられたキーパスをこのものに加えることによって作成された新しいキーパスを返します。
func appending<Root, Value, AppendedValue>( path: WritableKeyPath<Value, AppendedValue>) -> ReferenceWritableKeyPath<Root, AppendedValue>
Returns a new key path created by appending the given key path to this one.
与えられたキーパスをこのものに加えることによって作成された新しいキーパスを返します。
func appending<Root>(path: AnyKeyPath) -> PartialKeyPath<Root>?
Returns a new key path created by appending the given key path to this one.
与えられたキーパスをこのものに加えることによって作成された新しいキーパスを返します。