static ItIt tlftifyLineIterator(Iterator it) { ret it == null ? null : iff_endOnNull(func -> S { while (it.hasNext()) { S line = it.next(); if (nempty(line = trim(line))) ret line; } null; }); }