public final class GenerateIterableTimed<T>
extends java.lang.Object
implements java.lang.Iterable<T>
Constructor and Description |
---|
GenerateIterableTimed(rx.functions.Func1<? super T,java.lang.Boolean> predicate,
rx.functions.Func1<? super T,? extends T> next,
T seed,
long initialDelay,
long betweenDelay,
java.util.concurrent.TimeUnit unit) |
Modifier and Type | Method and Description |
---|---|
java.util.Iterator<T> |
iterator() |