// with currying static L curry1Like lambdaMap_curry(IF2 f, A a, Iterable l) { ret map(l, b -> f.get(a, b)); }