- Preparing search index...
 
- The search index is not available
 
tsjam 
 
Function replayLastMessage$
 
- replayLastMessage$<ResponseT, SourceT>(source$, matcher): Observable<ResponseT>
 
- 
Parameters
- 
source$: Observable<SourceT>
 
- 
matcher: Typeguard<ResponseT, SourceT>
 
 
Returns Observable<ResponseT>
 
 
 
 
Single last response value that replays for later subscriptions. Useful to return as single response in request call method.