static L filterOrNull(Iterable c, O pred) { ret c == null ? null : filter_generic(c, pred); }