Iterator methods
This is the collection of iterator methods within the Metrics
interface. There is only one method, forEachMetric
.
forEachMetric
The forEachMetric
method takes a function that it will then call for each Metric
in the Metrics
object.