public class IteratorToIteratorFunctionWrapper<T> extends Object implements IteratorToIteratorFunction<T>
IteratorToIteratorFunctionWrapper(Function<?,?> function)
Iterator<Option<T>>
apply(Iterator<Option<T>> parentIterator)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public IteratorToIteratorFunctionWrapper(Function<?,?> function)
public Iterator<Option<T>> apply(Iterator<Option<T>> parentIterator)
Function
apply
Function<Iterator<Option<T>>,Iterator<Option<T>>>
parentIterator
Copyright © 2007–2015 The Apache Software Foundation. All rights reserved.