concat

fun concat(first: NonNullExpression<String>, vararg others: NonNullExpression<String>): NonNullExpression<String>