static AttractorBot attractorBotFromLambda(IVF1 f) { ret new AttractorBot { { standardAttractor(new DefaultAttractor { run { callF(f, input); } }); } }; }