Generic Instance Method 総称体インスタンスメソッド

reduce(_:_:)

No overview available. 概要は利用可能でありません。

Declaration 宣言

func reduce<T>(_ initialResult: T, _ nextPartialResult: @escaping (T, Notification) -> T) -> Publishers.Reduce<NotificationCenter.Publisher, T>