build a new actionManager that will handle the subset of action that pass the filter function
function to filter actions
the new action manage that handle the filtered actions
the store associated with this action manager
the observable of the actions managed
subscribe a reducer function to the action this manager handle
subscribe a reducer object to the action this manager handle
Generated using TypeDoc
an action manager is a class to bind to reducer to store internal action dispatcher it can also be use to monitor emitted action via the observable()