Used to collapse a Delayed<T, S> object into an entity of type "T" as represented by the object.
Object of type Delayed<T, S> that represents either a value of type T or a function returning a value of type T.
Rest
The arguments to pass to the delay function
The return value of the function, if delayedObject is a function. Otherwise, this returns the original element.
Used to collapse a Delayed<T, S> object into an entity of type "T" as represented by the object.