static bool allStartWithUpperCase(L l) { for (S s : l) if (!startsWithUpperCase(s)) false; true; }