@Generated(value="jsii-pacmak/0.20.4 (build 96d89e1)", date="2019-11-12T11:54:39.768Z") @Stability(value=Stable) public class StringConcat extends software.amazon.jsii.JsiiObject implements IFragmentConcatenator
software.amazon.jsii.JsiiObject.InitializationModeIFragmentConcatenator.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
|
StringConcat() |
protected |
StringConcat(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
StringConcat(software.amazon.jsii.JsiiObjectRef objRef) |
| Modifier and Type | Method and Description |
|---|---|
Object |
join(Object left,
Object right)
Join the fragment on the left and on the right.
|
jsiiAsyncCall, jsiiCall, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticGet, jsiiStaticSetprotected StringConcat(software.amazon.jsii.JsiiObjectRef objRef)
protected StringConcat(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
public StringConcat()
@Stability(value=Stable) public Object join(Object left, Object right)
join in interface IFragmentConcatenatorleft - This parameter is required.right - This parameter is required.Copyright © 2019. All rights reserved.