plus
operator fun <U, V : NumberValue<U>> Expression<V>.plus(other: Expression<V>): Expression<V>(source)
Returns the sum of this number expression with other.
operator fun Expression<StringValue>.plus(other: Expression<StringValue>): Expression<StringValue>(source)
Concatenates this string expression with other.