rx ~master (2019-06-16T13:03:22Z)
Home
Dub
Repo
DebounceObservable
rx
algorithm
debounce
Undocumented in source.
struct
DebounceObservable (
TObservable
TScheduler
E
) {
alias
ElementType
=
E
;
this
(TObservable observable, TScheduler scheduler, Duration val);
auto
subscribe
(T observer);
}
Constructors
this
this
(TObservable observable, TScheduler scheduler, Duration val)
Undocumented in source.
Members
Aliases
ElementType
alias
ElementType
=
E
Undocumented in source.
Functions
subscribe
auto
subscribe
(T observer)
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
rx
algorithm
debounce
functions
debounce
structs
DebounceObservable
DebounceObserver