concat

fun concat(vararg expressions: Expression): Expression

Returns a string consisting of the concatenation of the inputs. Each input is converted to a string as if by to-string.


DSL function for "concat".


fun concat(vararg values: String): Expression

Returns a string consisting of the concatenation of the inputs.