@Generated(value="jsii-pacmak/1.54.0 (build b1b977a)", date="2022-03-01T02:28:55.865Z") @Stability(value=Stable) public class StringConcat extends software.amazon.jsii.JsiiObject implements IFragmentConcatenator
Drops 'undefined's.
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.core.*; StringConcat stringConcat = new StringConcat();
software.amazon.jsii.JsiiObject.InitializationMode
IFragmentConcatenator.Jsii$Default, IFragmentConcatenator.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, jsiiStaticSet, jsiiStaticSet
protected StringConcat(software.amazon.jsii.JsiiObjectRef objRef)
protected StringConcat(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Stable) public StringConcat()
@Stability(value=Stable) @NotNull public Object join(@NotNull Object left, @NotNull Object right)
join
in interface IFragmentConcatenator
left
- This parameter is required.right
- This parameter is required.Copyright © 2022. All rights reserved.