rx ~master (2019-06-16T13:03:22Z)
Home
Dub
Repo
MapObserver
rx
algorithm
map
Undocumented in source.
struct
MapObserver (
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
map
structs
MapObservable
MapObserver
templates
map