static L havingFieldNotNull(Iterable l, S field) { ret filter(l, o -> getOpt(o, field) != null); }