just_debounce_it library

Classes

Debounce
A collection of of static functions to debounce calls to a target function.
DebounceStreamTransformer<T>
A stream transformer that debounces stream values

Properties

timeouts Map<Function, _DebounceTimer>
Map of functions currently being debounced.
getter/setter pair