rxd ~master (2018-02-24T08:23:56Z)
Dub
Repo
Result
rxd
rx
example
Undocumented in source.
struct
Result {
alias
OnNext
=
void
delegate
(
int
)
;
void
subscribe
();
void
subscribe
(O observer);
}
Members
Aliases
OnNext
alias
OnNext
=
void
delegate
(
int
)
Undocumented in source.
Functions
subscribe
void
subscribe
()
Undocumented in source. Be warned that the author may not have intended to support it.
subscribe
void
subscribe
(O observer)
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
rxd
rx
example
enums
isFunctionLike
isObserver
functions
createDummyObservable
useObserver
structs
Result