Prune Method
From RxJS
Overload List
| Name | Description | |
|---|---|---|
| Prune()()() |
Returns a connectable observable sequence that shares a single subscription to the underlying source containing only the last notification.
| |
| Prune(FuncObservableObservable) |
Returns a connectable observable sequence that shares a single subscription to the underlying source containing only the last notification.
| |
| Prune(FuncObservableObservable, Scheduler) |
Returns a connectable observable sequence that shares a single subscription to the underlying source containing only the last notification.
|