static A firstConceptWhereIC(L list, O... params) { for (A x : list) if (checkConceptFieldsIC(x, params)) ret x; null; }