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