static bool containsEmptyLines(S s) { for (S line : lines(s)) if (emptyAfterTrim(line)) true; false; }