rx ~master (2019-06-16T13:03:22Z)
Home
Dub
Repo
TeeObservable
rx
algorithm
tee
Undocumented in source.
struct
TeeObservable (
alias
f
TObservable
E
) {
alias
ElementType
=
E
;
this
(TObservable observable);
auto
subscribe
(T observer);
}
Constructors
this
this
(TObservable observable)
Undocumented in source.
Members
Aliases
ElementType
alias
ElementType
=
E
Undocumented in source.
Functions
subscribe
auto
subscribe
(T observer)
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
rx
algorithm
tee
structs
TeeObservable
TeeObserver
templates
tee