coalesce

Evaluates each expression in turn until the first non-null value is obtained, and returns that value.

fun coalesce(vararg expressions: Array<out Expression>): Expression

DSL function for "coalesce".

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