Interface IStableListProducer

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Subinterfaces:
IStableListProducer.Jsii$Default
All Known Implementing Classes:
IStableListProducer.Jsii$Proxy

@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-23T05:56:10.099Z") @Stability(Stable) public interface IStableListProducer extends software.amazon.jsii.JsiiSerializable
Interface for (stable) lazy list producers.
  • Nested Class Summary

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

    Modifier and Type
    Method
    Description
    Produce the list value.

    Methods inherited from interface software.amazon.jsii.JsiiSerializable

    $jsii$toJson
  • Method Details

    • produce

      @Stability(Stable) @Nullable List<String> produce()
      Produce the list value.