@Generated(value="jsii-pacmak/1.4.1 (build 0b09d7b)", date="2020-04-28T11:03:59.192Z") @Stability(value=Stable) public class StringConcat extends software.amazon.jsii.JsiiObject implements IFragmentConcatenator
Drops 'undefined's.
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, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSetprotected StringConcat(software.amazon.jsii.JsiiObjectRef objRef)
protected StringConcat(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
public StringConcat()
@Stability(value=Stable) @NotNull public Object join(@NotNull Object left, @NotNull Object right)
join in interface IFragmentConcatenatorleft - This parameter is required.right - This parameter is required.Copyright © 2020. All rights reserved.