tap
tap<
A>(f): <B>(data) =>These<A,B>
Defined in: Core/These.ts:260
Executes a side effect on the first 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”<B>(data) => These<A, B>