All Implemented Interfaces:
NamedWriteable, Writeable, Resolvable, EvaluatorMapper

public class MvDifference extends MvSetOperationFunction
Adds a function that takes two multivalued expressions that return a result where the values of the first multivalued expression are returned except for values that exist as a value in the second expression. a = ["a","a","b","c"] b = ["b"] MV_DIFFERENCE(a,b) => ["a","a","c"]