Generic Instance Method
総称体インスタンスメソッド
map(_:
map(_:_:_:)
No overview available. 概要は利用可能でありません。
Availability 有効性
- iOS 13.0+
- iPadOS 13.0+
- macOS 10.15+
- Mac Catalyst 13.0+
- tvOS 13.0+
- watchOS 6.0+
- Xcode 11.0+
Technology
- Foundation ファウンデーション
Declaration 宣言
func map<T0, T1, T2>(_ keyPath0: KeyPath
<(data: Data
, response: URLResponse
), T0>, _ keyPath1: KeyPath
<(data: Data
, response: URLResponse
), T1>, _ keyPath2: KeyPath
<(data: Data
, response: URLResponse
), T2>) -> Publishers
.MapKeyPath3
<URLSession
.DataTaskPublisher
, T0, T1, T2>