Generic Instance Method
総称体インスタンスメソッド
merge(with:
merge(with:_:)
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 merge<B, C>(with b: B, _ c: C) -> Publishers
.Merge3
<NotificationCenter
.Publisher
, B, C> where B : Publisher
, C : Publisher
, Never
== B.Failure
, Notification
== B.Output
, B.Failure
== C.Failure
, B.Output
== C.Output