Skip to content

tap

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

Defined in: Core/TaskMaybe.ts:134

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

A

(a) => void

(data) => TaskMaybe<A>