conditional
fun Expression.conditional(condition: Expression, thenExpr: Expression, elseExpr: Expression): ConditionalExpression
Creates a new ConditionalExpression with a = BinaryOperator.operatorCode in the Fluent Node DSL and invokes StatementHolder.addStatement of the nearest enclosing StatementHolder.