static L filterConceptsIC(Cl list, O... params) { new L l; if (list != null) for (A x : list) if (checkConceptFieldsIC(x, params)) l.add(x); ret l; }