Skip to content

StringConcat

Converts all fragments to strings and concats those.

Drops 'undefined's.

Initializers

import ros_cdk_core
ros_cdk_core.StringConcat()
Name Type Description

Methods

Name Description
join Join the fragment on the left and on the right.

join

def join(
  left: typing.Any,
  right: typing.Any
) -> typing.Any

Join the fragment on the left and on the right.

leftRequired

  • Type: typing.Any

rightRequired

  • Type: typing.Any