Prune Method (FuncObservableObservable, Scheduler)

RxJS

Returns a connectable observable sequence that shares a single subscription to the underlying source containing only the last notification.

Namespace:  Rx
Assembly:  RxJS (in RxJS.dll)

Syntax

JavaScript
function Prune(selector, scheduler);

Parameters

selector
Type: System..::.FuncObservableObservable
scheduler
Type: Rx..::.Scheduler

See Also