CompositeAction
public struct CompositeAction : RunnableAction
Combines multiple actions into a chained, composite action. It guarantees the dispatch order of each action.
-
Declaration
Swift
public func run<T>(store: StoreProxy<T>) -> AnyPublisher<Action, Never>