Searched refs:groupByMap (Results 1 – 2 of 2) sorted by relevance
212 expect(Utils.groupByMap([], '')).not.toBeUndefined();260 expect(Utils.groupByMap([10], 'pid')).not.toBeUndefined();
264 public static groupByMap(array: Array<any>, key: string) { method in Utils