A block receives an ordered collection change and returns an updated change. ある順序コレクション変化を受け取ってそしてある更新済変化を返すあるブロック。
Instance Method
インスタンスメソッド
transforming
transformingChanges(_:)
Create a new ordered collection difference by mapping over this difference’s members, processing the change objects with the block provided.
新しい順序コレクション差異を、この差異のもつメンバーそれらすべてにわたってマップすることによって作成します、変化オブジェクトそれらをその提供されたブロックで処理しています。
Availability 有効性
- iOS 13.0+
- iPadOS 13.0+
- macOS 10.15+
- Mac Catalyst 13.0+
- tvOS 13.0+
- watchOS 6.0+
Technology
- Foundation ファウンデーション
Declaration 宣言
func transformingChanges(_ block: (NSOrderedCollectionChange
) -> NSOrderedCollectionChange
) -> CollectionDifference
<Any>
Parameters パラメータ
block
Return Value 戻り値
A new ordered collection difference. 新しい順序コレクション差異。