On completion of source observable the given continueWith function will be called and the resulting observable will emit its values. Does not emit values of the source.
source: -a-b-c-|return of continueWith: --d-e-f-|result: ---------d-e-f-| Copy
source: -a-b-c-|return of continueWith: --d-e-f-|result: ---------d-e-f-|
If you also need the values from source, use onCompletionContinueWith.
function that delivers an observable to continue with
Generated using TypeDoc
On completion of source observable the given continueWith function will be called and the resulting observable will emit its values. Does not emit values of the source.
If you also need the values from source, use onCompletionContinueWith.