Package-level declarations
Functions
A DebounceCheckBox is a CheckBox that prevents multiple clicks in a short time. This callback only emit an item from an Observable if a particular timespan has passed without it emitting another item.
A DebounceRadioButton is a RadioButton that prevents multiple clicks in a short time. This callback only emit an item from an Observable if a particular timespan has passed without it emitting another item.
A ThrottleCheckBox is a Checkbox that prevents multiple clicks in a short time. This callback emit the most recent items emitted by an Observable within periodic time intervals.
A ThrottleRadioButton is a RadioButton that prevents multiple clicks in a short time. This callback emit the most recent items emitted by an Observable within periodic time intervals.