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