Observer Constructor

RxJS

Overload List

  NameDescription
Observer(ActionObject)
Creates an observer from the specified OnNext action.
Observer(ActionObject, ActionObject)
Creates an observer from the specified OnNext and OnError actions.
Observer(ActionObject, ActionObject, Action)
Creates an observer from the specified OnNext, OnError, and OnCompleted actions.

See Also