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