public interface ReactIterator<T>
| Modifier and Type | Method and Description |
|---|---|
java.util.stream.Stream<java.util.concurrent.CompletableFuture<T>> |
iterate(java.util.function.Function<T,T> s) |
ReactIterator<T> |
offset(int offset) |
ReactIterator<T> |
times(int times) |
java.util.stream.Stream<java.util.concurrent.CompletableFuture<T>> iterate(java.util.function.Function<T,T> s)
ReactIterator<T> times(int times)
ReactIterator<T> offset(int offset)