static L filesNewerThan_orEq(final long timestamp, Iterable l) { ret [File f : unnull(l) | f.lastModified() >= timestamp]; }