I would like to know if something like below is possible,
list.removeAll(namesToRemove)
I hope the context is understandable.
The
Collection list = Collections2.filter(list, mo -> !namesToRemove.contains(mo.getName()));