Package software.amazon.awscdk
Interface IStableNumberProducer
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Subinterfaces:
IStableNumberProducer.Jsii$Default
- All Known Implementing Classes:
IStableNumberProducer.Jsii$Proxy
@Generated(value="jsii-pacmak/1.119.0 (build 1634eac)",
date="2025-11-17T14:40:43.874Z")
@Stability(Stable)
public interface IStableNumberProducer
extends software.amazon.jsii.JsiiSerializable
Interface for (stable) lazy number producers.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forIStableNumberProducer.static final classA proxy class which represents a concrete javascript instance of this type. -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
produce
Produce the number value.
-