T - public class TransformingIterator<T> extends Object implements com.mysema.commons.lang.CloseableIterator<T>
| Constructor and Description |
|---|
TransformingIterator(Iterator<T> iterator,
Closeable closeable,
FactoryExpression<?> projection) |
TransformingIterator(Iterator<T> iterator,
FactoryExpression<?> projection) |
public TransformingIterator(Iterator<T> iterator, FactoryExpression<?> projection)
public TransformingIterator(Iterator<T> iterator, Closeable closeable, FactoryExpression<?> projection)
public void close()
close in interface com.mysema.commons.lang.CloseableIterator<T>close in interface Closeableclose in interface AutoCloseableCopyright © 2007–2014 Mysema Ltd. All rights reserved.