apply abstract method

void apply(
  1. State state
)

Applies this command to state.

Implementation

void apply(State state);