Let Method (FuncObservableObservable, FuncISubject)

RxJS

Bind the source to the parameter so that it can be used multiple times without duplication of subscription side-effects.

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

Syntax

JavaScript
function Let(func, subjectFactory);

Parameters

func
Type: System..::.FuncObservableObservable
subjectFactory
Type: System..::.FuncISubject

See Also