rx ~master (2019-06-16T13:03:22Z)
Home
Dub
Repo
DebounceObserver
rx
algorithm
debounce
Undocumented in source.
struct
DebounceObserver (
TObserver
TScheduler
E
) {
this
(TObserver observer, TScheduler scheduler, Duration val, SerialDisposable disposable);
void
put
(E obj);
void
completed
();
void
failure
(Exception e);
}
Constructors
this
this
(TObserver observer, TScheduler scheduler, Duration val, SerialDisposable disposable)
Undocumented in source.
Members
Functions
completed
void
completed
()
Undocumented in source. Be warned that the author may not have intended to support it.
failure
void
failure
(Exception e)
Undocumented in source. Be warned that the author may not have intended to support it.
put
void
put
(E obj)
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