tap
tap<
E,A>(f): (outcome) =>Outcome<E,A>
Defined in: Core/Op.ts:651
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>
Parameters
Section titled “Parameters”outcome
Section titled “outcome”Outcome<E, A>
Returns
Section titled “Returns”Outcome<E, A>