Person smallerPerson = characters.stream() .min(Comparator.comparingInt(Person::getHeight)).get();
Last updated 2 years ago
Was this helpful?