public final class Sequence<T> extends java.lang.Object implements Generator<T>
Generator
Function
Sequence(T first, Function<T,T> function)
T
next()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Sequence(T first, Function<T,T> function)
public T next()
next
Generator<T>