Skip to main content
Function used to concatenate symbols in the target document language. Interface so it could potentially be exposed over jsii.

Methods

NameDescription
joinJoin 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.

leftRequired

  • Type: java.lang.Object

rightRequired

  • Type: java.lang.Object