public class SequentialGenerator<T> extends java.lang.Object implements Generator<T>
SequentialGenerator()
java.util.stream.Stream<java.util.concurrent.CompletableFuture<T>>
generate(java.util.function.Supplier<T> s)
Generator<T>
offset(int offset)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public SequentialGenerator()
public Generator<T> offset(int offset)
offset
public java.util.stream.Stream<java.util.concurrent.CompletableFuture<T>> generate(java.util.function.Supplier<T> s)
generate