@cdk-x/core
    Preparing search index...

    Class LazyResolver

    Built-in resolver that handles Lazy instances.

    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.

    Implements

    Index

    Constructors

    Methods

    Constructors

    Methods