DebounceExtensions<T> extension
- on
-
- Stream<
T>
- Stream<
Methods
-
debounce(
Stream< void> window(T event)) → Stream<T> -
Available on Stream<
T> , provided by the DebounceExtensions extension -
debounceTime(
Duration duration) → Stream< T> -
Available on Stream<
T> , provided by the DebounceExtensions extension