Daftar Java berisi objek dengan properti

boolean found = list.stream()
              .anyMatch(p -> p.name.equals(personName));
The Red Five