Skip to content

tap

tap<A>(f): (data) => TaskMaybe<A>

Defined in: Core/TaskMaybe.ts:142

Executes a side effect on the value without changing the Task.Maybe. Useful for logging or debugging.

A

(a) => void

(data) => TaskMaybe<A>