Uses of Interface
software.amazon.awscdk.core.INumberProducer
Packages that use INumberProducer
-
Uses of INumberProducer in software.amazon.awscdk.core
Subinterfaces of INumberProducer in software.amazon.awscdk.coreModifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forINumberProducer.Classes in software.amazon.awscdk.core that implement INumberProducerModifier and TypeClassDescriptionstatic final classA proxy class which represents a concrete javascript instance of this type.Methods in software.amazon.awscdk.core with parameters of type INumberProducerModifier and TypeMethodDescriptionstatic NumberLazy.numberValue(INumberProducer producer) Deprecated.static NumberLazy.uncachedNumber(INumberProducer producer) Defer the calculation of a number value to synthesis time.
Lazy.number()orLazy.uncachedNumber()instead.