apply abstract method

void apply(
  1. HistoryAction action,
  2. ScreenState previous,
  3. ScreenState current
)

Implementation

void apply(HistoryAction action, ScreenState previous, ScreenState current);