Scala akka "become" for react reducers

Is there an existing method or a quick addition to introduce behavior like scala akka’s become for the reducer hooks. That is, I want to swap out the action.t in the reducer’s dispatch function to represent different behaviors.