Generic Instance Method 総称体インスタンスメソッド

flatMap(_:)

No overview available.

Declaration 宣言

func flatMap<ElementOfResult>(_ transform: ((offset: Int, element: Base.Element)) throws -> ElementOfResult?) rethrows -> [ElementOfResult]