Interface INumberProducer.Jsii$Default

All Superinterfaces:
INumberProducer, software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
INumberProducer.Jsii$Proxy
Enclosing interface:
INumberProducer

@Internal public static interface INumberProducer.Jsii$Default extends INumberProducer
Internal default implementation for INumberProducer.
  • Method Details

    • produce

      @Stability(Stable) @Nullable default Number produce(@NotNull IResolveContext context)
      Produce the number value.

      Specified by:
      produce in interface INumberProducer
      Parameters:
      context - This parameter is required.