看起来你需要:
list.stream() .flatMap(x -> findService.findAllUsers(x).stream()) .collect(Collectors.groupingBy(Dummy::getId, Collectors.toList()));