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