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