Returns _name
Join subreducer to another. If subreducer with same name already joined, it will be unjoined before joining new.
SubReducer
Map given ActionReducer to actionReducerList
with IExtendAction.type as key
Action or actions array
Action reducer
Reducer function that reduce given state
with action
and returns new state.
Also call each subscribers handler
.
If current state
is function, call it with action
as first argument and returns result.
If current state
and initState not a object (example string
or number
) pass state
to ActionReducer and returns result.
If current state
is object
reduce all joined ISubReducer
(reducers)
after pass state
to ActionReducer and returns result.
Set given reducer
to parent
Returns same state
Generated using TypeDoc
Returns _name