static L mapMethodLike whereFieldIsTrue(S field, Iterable c) { ret filterByFields(c, field, true); }