Generic Instance Method
総称体インスタンスメソッド
combine
combineLatest(_:_:_:_:)
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 combineLatest<P, Q, R, T>(_ publisher1: P, _ publisher2: Q, _ publisher3: R, _ transform: @escaping (Date
, P.Output
, Q.Output
, R.Output
) -> T) -> Publishers
.Map
<Publishers
.CombineLatest4
<Timer
.TimerPublisher
, P, Q, R>, T> where P : Publisher
, Q : Publisher
, R : Publisher
, Never
== P.Failure
, P.Failure
== Q.Failure
, Q.Failure
== R.Failure