public final class Throttle
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Throttle.ByObservable<T,U>
Fires the last event from the source observable if
no events are fired during a selector-returned observable window.
|
static class |
Throttle.ByTime<T>
Creates and observable which fires the last value
from source when the given timespan elapsed without a new
value occurring from the source.
|