static Set lambdaMapLike repF(IF0 f, int n) { ret repF(n, f); } static Set repFToSet(int n, IF0 f) { ret repFToSet(f, n); }