Prune Method

RxJS

Overload List

  NameDescription
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.

See Also