mona-dish
    Preparing search index...

    Function saveResolveLazy

    • lazy resolve... aka the function is called on resolve and a default value also is a producing function (called only if the original producer does not produce any result)

      Type Parameters

      • T

      Parameters

      • resolverProducer: () => T

        the producer for the resolve

      • defaultValue: (() => T) | null = null

        the default value producer function

      Returns Optional<T>