machine method

  1. @override
Machine<Event, Event> machine()
override

A machine that receives mapped input and emits output that is reduced into application's state.

Implementation

@override
Machine<Event, Event> machine() {
  return _machine;
}