static L mapMethodLike whereFieldNempty(S field, Iterable l) { ret filter(l, o -> nempty(getOpt(o, field))); }