Interface IFragmentConcatenator

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

@Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)", date="2023-06-19T16:29:55.075Z") @Stability(Stable) public interface IFragmentConcatenator extends software.amazon.jsii.JsiiSerializable
Function used to concatenate symbols in the target document language.

Interface so it could potentially be exposed over jsii.

  • Nested Class Summary

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

    Modifier and Type
    Method
    Description
    join(Object left, Object right)
    Join the fragment on the left and on the right.

    Methods inherited from interface software.amazon.jsii.JsiiSerializable

    $jsii$toJson
  • Method Details

    • join

      @Stability(Stable) @NotNull Object join(@NotNull Object left, @NotNull Object right)
      Join the fragment on the left and on the right.

      Parameters:
      left - This parameter is required.
      right - This parameter is required.