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