List<String> collectAfter = students.stream().map(Student::getName).distinct().collect(Collectors.toList());