compactMap(_:)

Inherited from Sequence.compactMap(_:).

Declaration

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