Package net.anwiba.commons.lang.stream
Class IteratorFlattingIterator<I,O,E extends java.lang.Exception>
- java.lang.Object
-
- net.anwiba.commons.lang.stream.IteratorFlattingIterator<I,O,E>
-
-
Constructor Summary
Constructors Constructor Description IteratorFlattingIterator(IIterator<I,E> input, IAcceptor<I> acceptor, IConverter<I,java.lang.Iterable<O>,E> converter)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanhasNext()Onext()
-
-
-
Method Detail
-
hasNext
public boolean hasNext() throws E extends java.lang.Exception
-
-