static L whereFieldContainsIC(Iterable l, S field, S s) { ret filter(l, x -> cic(getString field(x), s)); }