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
Returns a DataSet with the elements from this that are not in other
.
Returns a DataSet with the elements from this that are not in other
.
A key selector function for both datasets has to be given.
the DataSet containing the element to be subtracted
the DataSet
Returns a DataSet with the elements from this that are not in other
.
Returns a DataSet with the elements from this that are not in other
.
the DataSet containing the element to be subtracted
the DataSet