rx ~master (2019-06-16T13:03:22Z)
Home
Dub
Repo
MapObservable
rx
algorithm
map
Undocumented in source.
struct
MapObservable (
alias
f
TObservable
) {
alias
ElementType
=
typeof
( ())
;
this
(TObservable observable);
auto
subscribe
(TObserver observer);
}
Constructors
this
this
(TObservable observable)
Undocumented in source.
Members
Aliases
ElementType
alias
ElementType
=
typeof
( ())
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
map
structs
MapObservable
MapObserver
templates
map