forEach abstract method
Abstract method which should be overriden
by the derived class to call action
for each line in the derived classes perview.
Implementation
void forEach(LineAction action);
Abstract method which should be overriden
by the derived class to call action
for each line in the derived classes perview.
void forEach(LineAction action);