Built-in resolver that handles Lazy instances.
Lazy
When a value is an instance of Lazy, it calls produce() to obtain the concrete value. The pipeline then recursively resolves the produced value, which allows a Lazy to return another Lazy or another IResolvable.
produce()
Built-in resolver that handles
Lazyinstances.When a value is an instance of
Lazy, it callsproduce()to obtain the concrete value. The pipeline then recursively resolves the produced value, which allows a Lazy to return another Lazy or another IResolvable.