static IF1 if1WithToString(S toString, IF1 f) { ret f == null ?: new IF1() { public B get(A a) { ret f.get(a); } toString { ret toString; } }; }