public class IteratorToIteratorFunctionWrapper<T> extends Object implements IteratorToIteratorFunction<T>
Constructor and Description |
---|
IteratorToIteratorFunctionWrapper(Function<?,?> function) |
Modifier and Type | Method and Description |
---|---|
Iterator<Option<T>> |
apply(Iterator<Option<T>> parentIterator) |
Copyright © 2007–2018 The Apache Software Foundation. All rights reserved.