*/
public class Cnd implements OrderBy, Criteria, GroupBy {
/*------------------------------------------------------------------*/
public static Condition format(String format, Object... args) {
return Strings.isBlank(format) ? null : new SimpleCondition(format,
args);
}