init(_:)
Creates a type-erasing subscriber to wrap an existing subscriber.
Declaration
init<S>(_ s: S) where Input == S.Output, Failure == S.Failure, S : SubjectParameters
- s:
The subscriber to type-erase.
Creates a type-erasing subscriber to wrap an existing subscriber.
init<S>(_ s: S) where Input == S.Output, Failure == S.Failure, S : SubjectThe subscriber to type-erase.