Boolean isTrue = \'some condition(condition1)\' ? true : ( id == null ? null : \'some condition\'(condition2));
When