sO mapMethodLike dm_call_assertModuleExists(O moduleOrID, S method, O... args) { O mod = dm_getModule(moduleOrID); if (mod == null) fail("Module not found: " + moduleOrID); ret dm_call(mod, method, args); }