Matches when all observable sequences have an available value and projects the values.
Namespace:
Rx
Assembly:
RxJS (in RxJS.dll)
Syntax
| JavaScript |
|---|
function Then(selector); |
Parameters
- selector
- Type: Function
Namespace:
Rx
Assembly:
RxJS (in RxJS.dll)
Syntax| JavaScript |
|---|
function Then(selector); |
See Also