Instance Method インスタンスメソッド

transformingChanges(_:)

Create a new ordered collection difference by mapping over this difference’s members, processing the change objects with the block provided. 新しい順序コレクション差異を、この差異のもつメンバーそれらすべてにわたってマップすることによって作成します、変化オブジェクトそれらをその提供されたブロックで処理しています。

Declaration 宣言

func transformingChanges(_ block: (NSOrderedCollectionChange) -> NSOrderedCollectionChange) -> CollectionDifference<Any>

Parameters パラメータ

block

A block receives an ordered collection change and returns an updated change. ある順序コレクション変化を受け取ってそしてある更新済変化を返すあるブロック。

Return Value 戻り値

A new ordered collection difference. 新しい順序コレクション差異。