Member predicate Redux::ReducerArg::isActionTypeHandler
Holds if the actions dispatched to this reducer have the given type, that is,
it is created by an action creator that flows to actionType, or has action.type set to
the string value of actionType.
predicate isActionTypeHandler(Node actionType)