Expr ifThenElse(Expr condition, Expr thenCedarExpr, Expr elseCedarExpr) { return ExprIfThenElse( cond: condition, then: thenCedarExpr, otherwise: elseCedarExpr, ); }