Generic Instance Method

flatMap(_:)

No overview available.

Declaration

func flatMap<ElementOfResult>(_ transform: (CollectionDifference<ChangeElement>.Change) throws -> ElementOfResult?) rethrows -> [ElementOfResult]