sbool cicAll(S s, S... pats) { if (pats != null) for (S pat : pats) if (!cic(s, pat)) false; true; }