Interface IFragmentConcatenator.Jsii$Default

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

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

    • join

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

      Specified by:
      join in interface IFragmentConcatenator
      Parameters:
      left - This parameter is required.
      right - This parameter is required.