removeIf abstract method
- 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.
inspectorLine data processor.
Implementation
void removeIf(LineDataSourceLineDataProcessor inspector);