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