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