Package net.anwiba.commons.lang.stream
Class IterableFlattingIterable<I,O,E extends java.lang.Exception>
- java.lang.Object
-
- net.anwiba.commons.lang.stream.IterableFlattingIterable<I,O,E>
-
-
Constructor Summary
Constructors Constructor Description IterableFlattingIterable(IIterable<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 IIterator<O,E>iterator()
-