Constructor and Description |
---|
FunctionIterator(java.lang.Iterable<T> iterable,
reactor.function.Function<? super T,? extends V> function) |
FunctionIterator(java.util.Iterator<T> newIterator,
reactor.function.Function<? super T,? extends V> function) |