Member predicate Redux::ActionCreator::getAReducerFunction
Gets a reducer that handles the type of action created by this action creator, for example:
handleAction(TYPE, (state, action) => { ... action.payload ... })
Does not include reducers that perform their own action type checking.