Represents an intercepted observer call made by a materialized observable.
core/src/rxjs/on-observer/abstraction/types/observer-call.ts
Methods |
|
Static fromNotification | |||||
fromNotification(undefined: Notification
|
|||||
Type parameters:
|
|||||
Extracts the data from a materialized observable notification and creates an
Parameters:
Returns:
ObserverCall<T>
An |
|||||
Static resolving |
resolving()
|
Type parameters:
|
Creates an ObserverCall representing the resolving state of an observable.
Returns:
ObserverCall<T>
|