rx ~master (2019-06-16T13:03:22Z)
Home
Dub
Repo
AnyObservable
rx
algorithm
any
Undocumented in source.
struct
AnyObservable (
TObservable
alias
pred
= "true"
) {
alias
ElementType
=
bool
;
this
(TObservable observable);
Disposable
subscribe
(TObserver observer);
}
Constructors
this
this
(TObservable observable)
Undocumented in source.
Members
Aliases
ElementType
alias
ElementType
=
bool
Undocumented in source.
Functions
subscribe
Disposable
subscribe
(TObserver observer)
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
rx
algorithm
any
structs
AnyObservable
AnyObserver
templates
any