index.tsx963 chars36 lines
The mergeScan()
function is used to apply a combination of scan and merge, which allows to apply two different functions to each value of the observable input. In the given example, the add and multiply functions are applied in parallel to each incoming value, and the output is logged to the console.
gistlibby LogSnag