CompositeReducer
Use the ‘+’ operator to combine two or more reducers together.
-
Declaration
Swift
@inlinable public func reduceAny(state: State, action: Action) -> State
Use the ‘+’ operator to combine two or more reducers together.
Swift
@inlinable
public func reduceAny(state: State, action: Action) -> State