concat

open fun concat(vararg expr: Expression<*>): Concat

Concatenates the text representations of all the expr.


open fun concat(separator: String = "", expr: List<Expression<*>>): Concat

Concatenates the text representations of all the expr using the specified separator.