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