I have a collection with data.
Example id from 1 to 10
The first filter gives me 1,4,5,6,7
The second filter gives me 1,2,3,4,5,6,7
So the second filter gives me the same as filter 1 and then some extra
I wan't to make a third filter which gives me 2,3
So all from 2 except all from 1.
How can I make this set operation. I use 2.5.
The filter from 1 and 2 are very long and complicated. But the thing i wan't is set operation on the class predicate