Observer Constructor (ActionObject)

RxJS

Creates an observer from the specified OnNext action.

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

Syntax

JavaScript
Rx.Observer = function(onNext);

Parameters

onNext
Type: System..::.ActionObject

See Also