forEachInRelativelyIndexed

Deprecated

This is no longer used.

For each ChartEntry in the list such that ChartEntry.x belongs to the provided range, calls the action function block with the ChartEntry and its index in the filtered list as the block’s arguments.


Deprecated

This is no longer used.

For each ChartEntry in the list such that ChartEntry.x belongs to the provided range, calls the action function block with the ChartEntry, its index in the filtered list, and the next ChartEntry in the filtered list as the block’s arguments.