removeIf abstract method
- PointDataSourcePointDataProcessor processor
Iterates through all the points from the data source and passes them to the given inspector, one by one.
All points for which the inspector returns true get removed from the data source.
The inspector cannot update the point data.
processorPoint data processor.
Implementation
void removeIf(PointDataSourcePointDataProcessor processor);