StringConcat
- Implements: IFragmentConcatenator
Converts all fragments to strings and concats those.
Drops 'undefined's.
Initializers
import com.aliyun.ros.cdk.core.StringConcat;
new StringConcat();
Name | Type | Description |
---|---|---|
Methods
Name | Description |
---|---|
join |
Join 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.
- Type: java.lang.Object
- Type: java.lang.Object