Chain a Result-producing step. If the input is err, fn is
skipped; otherwise fn runs and its result (possibly another err)
becomes the output. Error channels are unioned.
Dual API — works data-first or curried for use in pipe.
Chain a Result-producing step. If the input is err, fn is
skipped; otherwise fn runs and its result (possibly another err)
becomes the output. Error channels are unioned.
Dual API — works data-first or curried for use in pipe.
Chain a Result-producing step. If the input is
err,fnis skipped; otherwisefnruns and its result (possibly anothererr) becomes the output. Error channels are unioned.Dual API — works data-first or curried for use in
pipe.