Rx.Notification.createOnNext(value)
Creates an object that represents an OnNext notification to an observer.
Arguments
value
(Any): The value contained in the notification.
Returns
(Notification): The OnNext notification containing the value.
Example
Location
- rx.js