evaluate
evaluate<
A>(lazy):A
Defined in: Core/Lazy.ts:49
Forces evaluation and returns the cached result. Safe to call multiple times.
Type Parameters
Section titled “Type Parameters”A
Parameters
Section titled “Parameters”Lazy<A>
Returns
Section titled “Returns”A