sum

fun sum(vararg expressions: Expression): Expression
fun sum(vararg double: Double): Expression

Returns the sum of the inputs.

fun sum(block: Expression.ExpressionBuilder.() -> Unit): Expression

DSL function for "+".