Interface: Iterable

Iterable

Methods

foreach(iteration)

Parameters:
Name Type Description
iteration function

A function that is called for every iteration; if the function returns something that evaluates to true, iteration should break.

Source: