分组使用

HashMap<Boolean, Set<String>> collect = currentUserRoles.stream().collect(Collectors.groupingBy(this::isSupperAdminRoleCode, HashMap::new, Collectors.toSet()));

 

posted on 2023-06-13 22:21  张释文  阅读(26)  评论(0编辑  收藏  举报