Generic Instance Method

flatMap(_:)

No overview available.

Declaration

func flatMap<ElementOfResult>(_ transform: (Element) throws -> ElementOfResult?) rethrows -> [ElementOfResult]