Then Method

RxJS

Matches when the observable sequence has an available value and projects the value.

Namespace:  Rx
Assembly:  RxJS (in RxJS.dll)

Syntax

JavaScript
function Then(selector);

Parameters

selector
Type: Function

See Also