DebounceExtensions<T> extension

on

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