rx ~master (2019-06-16T13:03:22Z)
Home
Dub
Repo
UniqObserver
rx
algorithm
uniq
Undocumented in source.
struct
UniqObserver (
TObserver
E
alias
pred
= "a == b"
) {
mixin
SimpleObserverImpl
!(
TObserver
,
E
)
;
this
(TObserver observer);
this
(TObserver observer, Disposable disposable);
}
Constructors
this
this
(TObserver observer)
Undocumented in source.
this
this
(TObserver observer, Disposable disposable)
Undocumented in source.
Members
Mixins
__anonymous
mixin
SimpleObserverImpl
!(
TObserver
,
E
)
Undocumented in source.
Meta
Source
See Implementation
rx
algorithm
uniq
aliases
distinctUntilChanged
structs
UniqObservable
UniqObserver
templates
uniq