public interface Iterable
Zephyr Business Solution
| Modifier and Type | Method and Description |
|---|---|
void |
iterate(Continuation y)
Iterate through all the elements, call y.yield(elem) for each element.
|
void iterate(Continuation y)
y - the Continuation object.