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