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

map(_:)

No overview available.

Declaration 宣言

func map<ElementOfResult>(_ transform: @escaping (Element) -> ElementOfResult) -> LazyMapCollection<Base, ElementOfResult>
Available when Base conforms to Collection. BaseCollectionに準拠する時に利用可能です。