public interface IIterable<O,E extends Exception>
| Modifier and Type | Method and Description |
|---|---|
default O |
first(IAcceptor<O> acceptor) |
default void |
foreach(IConsumer<O,E> consumer) |
default <R> R |
foreach(R identity,
IAccumulator<O,R,E> adder) |
default IIterable<O,E> |
iterable(IAcceptor<O> acceptor) |
IIterator<O,E> |
iterator() |
default IIterator<O,E> |
iterator(IAcceptor<O> acceptor) |
Copyright © 2007–2017 Andreas Bartels. All rights reserved.