thenElse method

Expr thenElse(
  1. Object a,
  2. Object b
)

Implementation

Expr thenElse(Object a, Object b) => ifThenElse(this, $(a), $(b));