subtract one list items from other in java 8 code example Example: java 8 list stream delete by name itemList.removeIf(item -> item.getName().equals("Bug"));