Java 8 Lambda Usuń z listy
objectA.removeIf(x -> conditions);
Nutty Nightingale
objectA.removeIf(x -> conditions);