static O lambdaToToString(IF0 x) { ret x == null ?: new O { toString { ret str(x.get()); } }; }