Then Method

RxJS

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

See Also