tap
tap<
A>(f): (lazy) =>Lazy<A>
Defined in: Core/Lazy.ts:82
Runs a side effect on the value without changing it. Fires once, on first evaluate.
Type Parameters
Section titled “Type Parameters”A
Parameters
Section titled “Parameters”(a) => void
Returns
Section titled “Returns”(lazy) => Lazy<A>