If this is true then return then, otherwise return other.
then
other
Expr thenElse(Object a, Object b) => ifThenElse(this, $(a), $(b));