draw abstract method

void draw(
  1. Iterable<CellUpdate> updates
)

Write cell updates to the terminal display.

Implementation

void draw(Iterable<CellUpdate> updates);