The subscriber to add. 加えることになる加入者。
Generic Instance Method
総称体インスタンスメソッド
receive(subscriber:)
Implements the Publisher protocol by accepting the subscriber and immediately publishing the optional’s value if it has one, or finishing normally if it doesn’t.
Publisherプロトコルを、加入者を受け入れるそして直ちにオプショナルのもつ値を出版すること、またはそれがそうしないならば普通に終了することによって実装します。
Availability
- iOS 13.0+
- iPadOS 13.0+
- macOS 10.15+
- Mac Catalyst 13.0+
- tvOS 13.0+
- watchOS 6.0+
- Xcode 11.0+
Technology
- Combine
Declaration 宣言
func receive<S>(subscriber: S) where Wrapped == S.Input
, S : Subscriber
, S.Failure
== Never
Parameters パラメータ
subscriber