tap
tap<
A>(f): (data) =>Task<A>
Defined in: Core/Task.ts:153
Executes a side effect on the value without changing the Task. Useful for logging or debugging.
Type Parameters
Section titled “Type Parameters”A
Parameters
Section titled “Parameters”(a) => void
Returns
Section titled “Returns”(data) => Task<A>