Publisher
extension Publisher where Output == Action, Failure == Never
-
Subscribe to a publisher of actions, and send the results to an action dispatcher.
Declaration
Swift
public func send(to actionDispatcher: ActionDispatcher) -> AnyCancellableParameters
actionDispatcherThe ActionDispatcher
Return Value
A cancellable to unsubscribe.
View on GitHub
Publisher Extension Reference