Expr ifThenElse( Expr condition, Expr thenCedarExpr, Expr elseCedarExpr, ) => ExprIfThenElse( cond: condition, then: thenCedarExpr, otherwise: elseCedarExpr, );