public final class IterableConvertingIterable<I,O,E extends Exception> extends Object implements IIterable<O,E>
IterableConvertingIterable(IIterable<I,E> input, IAcceptor<I> acceptor, IConverter<I,O,E> converter)
IIterator<O,E>
iterator()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
aggregate, first, foreach, foreach, iterable, iterator
public IterableConvertingIterable(IIterable<I,E> input, IAcceptor<I> acceptor, IConverter<I,O,E> converter)
public IIterator<O,E> iterator()
iterator
IIterable<O,E extends Exception>
Copyright © 2007–2019 Andreas W. Bartels. All rights reserved.