Skip to content

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.

A

(a) => void

<E>(data): These<E, A>

E

These<E, A>

These<E, A>