removeIf abstract method

void removeIf(
  1. LineDataSourceLineDataProcessor inspector
)

Iterates through all the lines from the data source and passes them to the given inspector, one by one.

All lines for which the inspector returns true get removed from the data source. The inspector cannot update the line data.

  • inspector Line data processor.

Implementation

void removeIf(LineDataSourceLineDataProcessor inspector);