IFragmentConcatenator
- Implemented By: StringConcat, IFragmentConcatenator
Function used to concatenate symbols in the target document language.
Interface so it could potentially be exposed over jsii.
Methods
Name | Description |
---|---|
join |
Join the fragment on the left and on the right. |
join
public java.lang.Object join(java.lang.Object left, java.lang.Object right)
Join the fragment on the left and on the right.
- Type: java.lang.Object
- Type: java.lang.Object