static AttractorBot attractorBotFromLambda(IVF1 f) { ret new AttractorBot { { defaultAttractor(new DefaultAttractor { run { callF(f); } }); } }; }