Splits a DataSet into two parts based on the given filter function.
Splits a DataSet into two parts based on the given filter function. Note, that filtering is done twice on the same data twice, thus, caching beforehand is recommended!
the boolean filter function
two DataSets
Return a DataSet with the elements from this that are not in other
.
Return a DataSet with the elements from this that are not in other
.
the DataSet containing the element to be subtracted
the DataSet