if you wrote `.allMatch(it -> new HashSet<&g...
# announcements
j
if you wrote
.allMatch(it -> new HashSet<>().add(it))
in Java it would fail