Skip to content

tap

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

Defined in: Core/TaskOption.ts:124

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

A

(a) => void

(data): TaskOption<A>

TaskOption<A>

TaskOption<A>