svoid dm_addGroupingInputs(Iterable l) { S crud = dm_groupingsCRUD(); for (S s : unnull(l)) dm_call(crud, 'addGroupingInput, s); }