static > A printLinesWithIndent(S indent, A lines) { if (lines != null) for (B s : lines) printIndent(indent, s); ret lines; }