init(_:)
Creates a type-erasing publisher to wrap the provided publisher.
Declaration
init<P>(_ publisher: P) where Output == P.Output, Failure == P.Failure, P : PublisherParameters
- publisher:
A publisher to wrap with a type-eraser.
Creates a type-erasing publisher to wrap the provided publisher.
init<P>(_ publisher: P) where Output == P.Output, Failure == P.Failure, P : PublisherA publisher to wrap with a type-eraser.