static L mapsGet(A key, Iterable> maps) { ret map(maps, map -> map?.get(key)); } static L mapsGet(Iterable> maps, A key) { ret mapsGet(key, maps); }