Recent | Popular
#java #java #stream #array
itemList.stream() .filter(item -> item.getPropertyList() .stream().anyMatch(property -> property.getKey().equals("Test"))) .collect(Collectors.toList());
Wed Apr 01 2020 08:28:49 GMT+0000 (UTC) https://stackoverflow.com/questions/60966469/how-to-find-an-element-in-array-of-object-with-streams