static O makeLuaTextPredictAlgoFor(S desc, O destRealm) { Class intrface = getClass(destRealm, "main$Algorithm"); assertNotNull("main$Algorithm", intrface); ret proxy(intrface, makeLuaTextPredictAlgo(desc)); }