forEach abstract method

void forEach(
  1. LineAction action
)

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);