public final class Delay
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Delay.ByObservable<T,U,V>
Delays the observable sequence based on the subscription
delay and per element delay provided by a function.
|
static class |
Delay.ByTime<T>
Delays the propagation of events of the source by the given amount.
|
static class |
Delay.DelayedObservation<T>
Base class for the delayed observation delivery.
|
static class |
Delay.OnError<T>
Deliver an error() event.
|
static class |
Delay.OnFinish<T>
Deliver a finish() event.
|
static class |
Delay.OnNext<T>
Deliver a next() value.
|
static class |
Delay.Registration<T>
Delays the registration to the underlying observable by
a given amount.
|