Observer Constructor
From RxJS
Overload List
| Name | Description | |
|---|---|---|
| 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.
|