Documentation Language: Swift

Method

flatMap(_:)

Inherited from Sequence.flatMap(_:).

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