文書   >   Swift   >   Swift 標準ライブラリ   >   Collections   >   Sequence and Collection Protocols   >   Collection   >   flatMap(_:)     廃止  
インスタンスメソッド
flatMap(_:)
利用可能な概要はありません。
宣言
func flatMap(_ transform: (Self.Element) throws -> String?) rethrows -> [String]
以下も見よ
コレクションの変換
var lazy: LazyCollection<Self>
このコレクションのビューで、map や filter などの通常の操作の遅延した実装を提供します。