Generic Instance Method
総称体インスタンスメソッド
map(_:)
No overview available.
Availability
- iOS 8.0+
- iPadOS 8.0+
- macOS 10.15+
- Mac Catalyst 13.0+
- tvOS 9.0+
- watchOS 2.0+
- Xcode 10.2+
Technology
- Swift Standard Library Swift標準ライブラリ
Declaration 宣言
func map<ElementOfResult >(_ transform: @escaping (Element) -> ElementOfResult ) -> LazyMapCollection
<Base, ElementOfResult >
Available when
Base
conforms to Collection
.
Base
がCollection
に準拠する時に利用可能です。