Module net.anwiba.commons.lang
Package net.anwiba.commons.lang.stream
Class IterableConvertingIterable<I,O,E extends Exception>
java.lang.Object
net.anwiba.commons.lang.stream.IterableConvertingIterable<I,O,E>
- All Implemented Interfaces:
IIterable<O,E>
-
Constructor Summary
ConstructorsConstructorDescriptionIterableConvertingIterable(IIterable<I, E> input, IAcceptor<I> acceptor, IConverter<I, O, E> converter) -
Method Summary