static L mapMethodLike dm_callAll(Iterable modules, S method, O... args) { ret map(modules, mod -> dm_call(mod, method, args)); }