tap
tap<
A>(f): <B>(data) =>These<A,B>
Defined in: Core/These.ts:273
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>
Type Parameters
Section titled “Type Parameters”B
Parameters
Section titled “Parameters”These<A, B>
Returns
Section titled “Returns”These<A, B>