文書 > Swift > Swift 標準ライブラリ > Collections > Supporting Types > FlattenCollection > flatMap(_:) Beta
汎用インスタンスメソッド
flatMap(_:)
利用可能な概要はありません。
宣言
func flatMap(_ transform: (Base.Element.Element) throws -> String?) rethrows -> [String]
XCode 9.4 日本語化計画:Swift 標準ライブラリ: FlattenCollection
文書 > Swift > Swift 標準ライブラリ > Collections > Supporting Types > FlattenCollection > flatMap(_:) Beta
利用可能な概要はありません。
func flatMap(_ transform: (Base.Element.Element) throws -> String?) rethrows -> [String]