DelaySingleExtension<T> extension
Extends the Single class with the ability to delay events being emitted
- on
-
- Single<
T>
- Single<
Methods
-
delay(
Duration duration) → Single< T> -
Available on Single<
The Delay operator modifies its source Single by pausing for a particular increment of time (that you specify) before emitting each of the source Stream’s items. This has the effect of shifting the entire sequence of items emitted by the Single forward in time by that specified increment.T> , provided by the DelaySingleExtension extension