Publisher
public extension Publisher
-
Erases the Output of your publisher to Void
Declaration
Swift
func eraseToEmptyPublisher() -> AnyPublisher<Void, Failure>Return Value
An empty publisher.
Docs (38% documented)
public extension Publisher
Erases the Output of your publisher to Void
Swift
func eraseToEmptyPublisher() -> AnyPublisher<Void, Failure>
An empty publisher.