rx ~master (2019-06-16T13:03:22Z)
Home
Dub
Repo
UniqObservable
rx
algorithm
uniq
Undocumented in source.
struct
UniqObservable (
TObservable
alias
pred
= "a == b"
) {
alias
ElementType
=
TObservable
.
ElementType
;
this
(TObservable observable);
auto
subscribe
(TObserver observer);
}
Constructors
this
this
(TObservable observable)
Undocumented in source.
Members
Aliases
ElementType
alias
ElementType
=
TObservable
.
ElementType
Undocumented in source.
Functions
subscribe
auto
subscribe
(TObserver observer)
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
rx
algorithm
uniq
aliases
distinctUntilChanged
structs
UniqObservable
UniqObserver
templates
uniq