tap
tap<
E,A>(f): (outcome) =>Outcome<E,A>
Defined in: Core/Op.ts:735
Runs a side effect on the success value without changing the Outcome.
Type Parameters
Section titled “Type Parameters”E
A
Parameters
Section titled “Parameters”(a) => void
Returns
Section titled “Returns”(outcome) => Outcome<E, A>