rx v0.6.0 (2017-07-15T18:41:22Z)
Home
Dub
Repo
TeeObserver
rx
algorithm
tee
Undocumented in source.
struct
TeeObserver (
alias
f
TObserver
E
) {
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
tee
structs
TeeObservable
TeeObserver
templates
tee