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