ArrayDifference<T> extension

on

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