| Interface | Description |
|---|---|
| Callback<T> |
Class description
|
| Class | Description |
|---|---|
| Debouncer<V> |
Class description
only emit an item from an event bus.
|
| Debouncer.Counter<T> | |
| Sampler<V> |
Class description :
Batches all events in given interval and emits final item at the end of interval
|
| Sampler.Counter<T> |