Generic Instance Method
総称体インスタンスメソッド
flat
flatMap(maxPublishers:_:)
No overview available. 概要は利用可能でありません。
Availability 有効性
- iOS 14.0+
- iPadOS 14.0+
- macOS 11.0+
- Mac Catalyst 14.0+
- tvOS 14.0+
- watchOS 7.0+
- Xcode 12.0+
Technology
- Foundation ファウンデーション
Declaration 宣言
func flatMap<P>(maxPublishers: Subscribers
.Demand
= .unlimited, _ transform: @escaping (Notification
) -> P) -> Publishers
.FlatMap
<P, NotificationCenter
.Publisher
> where P : Publisher
, P.Failure
== Never