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

map(_:)

No overview available.

Declaration 宣言

func map<ElementOfResult>(_ transform: @escaping (Element) -> ElementOfResult) -> LazyMapSequence<Base, ElementOfResult>