public final class ConvertingIterableIterable<I,O,E extends Exception> extends Object implements IIterable<O,E>
ConvertingIterableIterable(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 ConvertingIterableIterable(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–2017 Andreas W. Bartels. All rights reserved.