sum

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

Returns the sum of the inputs.


DSL function for "+".