This method of the PermissionUtils Class combines two vectors containing IntRanges objects.
public static Vector combineVectorsOfIntRanges(Vector v1, Vector v2);
Returns a new vector containing the elements of v1, followed by the elements of v2.
v1 | The first Vector of IntRanges, or null. |
v2 | The second Vector of IntRanges, or null. |