static IF1 lambdaMapLike rcurry1(IF2 f, B b) { ret f == null ? null : a -> f.get(a, b); }