static bool anyStartsWithIC(L l, S s) { for (S x : l) if (startsWithIC(x, s)) true; false; }