public interface IObjectIterable<T> extends Iterable<T>
| Modifier and Type | Method and Description |
|---|---|
default <E extends Exception> |
foreach(IConsumer<? super T,E> consumer) |
IObjectIterator<T> |
iterator() |
forEach, spliteratorCopyright © 2007–2018 Andreas W. Bartels. All rights reserved.