forEach abstract method
Process each line using the provided action function.
Override this method in derived classes to implement the specific line processing logic.
Implementation
void forEach(LineAction action);
Process each line using the provided action function.
Override this method in derived classes to implement the specific line processing logic.
void forEach(LineAction action);