ArrayDifference<T> extension
Null safety
- on
-
- List<
T>
- List<
Methods
-
difference(
List values) → List -
difference for returning the values in the list that are not in the other
@param
array
the list to compare against @returns the values in the list that are not in the other -
differenceBy(
List values, Function iteratee) → List - differenceBy for returning the values in the list that are not in the other