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