EXTENSION

Publisher

public extension Publisher where Self.Failure == Never

Methods

dropFirstAndSink(receiveValue:)

func dropFirstAndSink(receiveValue: @escaping (Self.Output) -> Void) -> AnyCancellable

Convenient publisher to dropFirst and sink.

dropFirstAndSinkOnMainThread(receiveValue:)

func dropFirstAndSinkOnMainThread(receiveValue: @escaping (Self.Output) -> Void) -> AnyCancellable

Convenient publisher on the main thread to dropFirst and sink.