- merge
Observable!T merge(Observable!T[] inputs)
Undocumented in source. Be warned that the author may not have intended to support it.
- then
Subscription then(Observable!T self, Action!T action, Action!Exception error)
Undocumented in source. Be warned that the author may not have intended to support it.
- then
Subscription then(Observable!T self, Action!T action)
Undocumented in source. Be warned that the author may not have intended to support it.
- then
Subscription then(Observable!T self, Action!T action, Action!Exception error, Delegate complete)
Undocumented in source. Be warned that the author may not have intended to support it.