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