public final class Repeat
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Repeat.DoWhile<T>
Repeats the given source so long as the condition returns true.
|
static class |
Repeat.RepeatValue<T>
Creates an observable which repeatedly calls the given function which generates the Ts indefinitely.
|
static class |
Repeat.WhileDo<T>
Repeatedly registers with the source observable
if the condition holds on registration.
|