> ## Documentation Index
> Fetch the complete documentation index at: https://cdktn.io/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Python: IFragmentConcatenator

> CDKTN Core API Reference for IFragmentConcatenator in Python.

* *Implemented By:* <a href="#cdktn.StringConcat">StringConcat</a>, <a href="#cdktn.IFragmentConcatenator">IFragmentConcatenator</a>

Function used to concatenate symbols in the target document language.

Interface so it could potentially be exposed over jsii.

## Methods <a name="Methods" id="Methods" />

| **Name**                                                          | **Description**                                 |
| ----------------------------------------------------------------- | ----------------------------------------------- |
| <code><a href="#cdktn.IFragmentConcatenator.join">join</a></code> | Join the fragment on the left and on the right. |

***

### `join` <a name="join" id="cdktn.IFragmentConcatenator.join" />

```python theme={null}
def join(
  left: typing.Any,
  right: typing.Any
) -> typing.Any
```

Join the fragment on the left and on the right.

#### `left`<sup>Required</sup> <a name="left" id="cdktn.IFragmentConcatenator.join.parameter.left" />

* *Type:* typing.Any

***

#### `right`<sup>Required</sup> <a name="right" id="cdktn.IFragmentConcatenator.join.parameter.right" />

* *Type:* typing.Any

***
