map
map<
A,B>(f): (lazy) =>Lazy<B>
Defined in: Core/Lazy.ts:59
Transforms the result of a Lazy without triggering evaluation.
Type Parameters
Section titled “Type Parameters”A
B
Parameters
Section titled “Parameters”(a) => B
Returns
Section titled “Returns”(lazy) => Lazy<B>