SyntaxFix
Write A Post
Hire A Developer
Questions
List<List> list = map.values().stream().collect(Collectors.toList());
List<Employee> employees2 = new ArrayList<>(); list.stream().forEach( n-> employees2.addAll(n));