Class PathOperators


  • public final class PathOperators
    extends Object
    Utilities to manipulate a Path
    • Method Detail

      • not

        public static Path not​(Path path)
        Any element that does NOT conform to the definition of the given path parameters
        Parameters:
        path - - the path that represent what the element does NOT match
        Returns:
        a new path that represents the negation of the given parameter