forEachElement(fn: Function);
fn. Function applied to all container items.
The getItemById method applies the function to all container items.
The container item is sent to the function as an argument.
The example of method use is given in description of the Container.contains method.
See also: