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