rx ~master (2019-06-16T13:03: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