static L lambdaMapLike uniquifyWith(IF1 f, Cl l) { ret uniquifyBy(f, l); } static L uniquifyWith(Cl l, IF1 f) { ret uniquifyBy(l, f); }