Final Method

RxJS

Returns an observable that contains only the final OnNext value.

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

Syntax

JavaScript
function Final();

See Also