rx ~master (2019-06-16T13:03:22Z)
Home
Dub
Repo
ScanObserver
rx
algorithm
scan
Undocumented in source.
struct
ScanObserver (
alias
f
TObserver
E
TAccumulate
) {
mixin
SimpleObserverImpl
!(
TObserver
,
E
)
;
this
(TObserver observer, TAccumulate seed);
this
(TObserver observer, TAccumulate seed, Disposable disposable);
void
putImpl
(E obj);
}
Constructors
this
this
(TObserver observer, TAccumulate seed)
Undocumented in source.
this
this
(TObserver observer, TAccumulate seed, Disposable disposable)
Undocumented in source.
Members
Functions
putImpl
void
putImpl
(E obj)
Undocumented in source. Be warned that the author may not have intended to support it.
Mixins
__anonymous
mixin
SimpleObserverImpl
!(
TObserver
,
E
)
Undocumented in source.
Meta
Source
See Implementation
rx
algorithm
scan
structs
ScanObservable
ScanObserver
templates
scan