machine abstract method

Machine<Input, Output> machine()

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

Implementation

Machine<Input, Output> machine();