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.84.0 (build 5404dcf)", date="2023-06-19T16:29:55.078Z") @Stability(Stable) public interface IStableNumberProducer extends software.amazon.jsii.JsiiSerializable
Interface for (stable) lazy number producers.
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static interface 
    Internal default implementation for IStableNumberProducer.
    static final class 
    A proxy class which represents a concrete javascript instance of this type.
  • Method Summary

    Modifier and Type
    Method
    Description
    Produce the number value.

    Methods inherited from interface software.amazon.jsii.JsiiSerializable

    $jsii$toJson
  • Method Details

    • produce

      @Stability(Stable) @Nullable Number produce()
      Produce the number value.