Package software.amazon.awscdk
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.106.0 (build e852934)",
date="2025-02-12T12:31:56.734Z")
@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 ClassesModifier and TypeInterfaceDescriptionstatic interface
Internal default implementation forIFragmentConcatenator
.static final class
A proxy class which represents a concrete javascript instance of this type. -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
join
Join the fragment on the left and on the right.- Parameters:
left
- This parameter is required.right
- This parameter is required.
-