Creates an action that executes writer, maps its output and adds to the value of the computation.
writer
The function to map the output of the computation.
The computation that adds its output to the value.
Generated using TypeDoc
Creates an action that executes
writer
, maps its output and adds to the value of the computation.