This method of the ProvideSetComparisonInfo Interface computes the intersection of two objects retrieved from getSetRule or objects or objects derived through other methods on this interface.
Object intersectSetRules(Object o1, Object o2);
Returns a new set rule representing the intersection of the two rules, o1 and o2.
o1 | The first set rule. |
o2 | The second set rule. |