static L multiMapFirstOfEach(MultiMap mm) { if (mm == null) ret emptyList(); ret map first(mm.allLists()); }