static Map combinedMap(Map... maps) { ret CombinedMap(maps); } static > Map combinedMap(C maps) { ret CombinedMap(maps); }