Class Language.Path

    • Method Detail

      • at

        public Language.Path at​(String... others)
        Narrow to a specific path in a object key.
        Parameters:
        others - path selectors
        Returns:
        a new narrowed path
      • at

        public Language.Path at​(int... others)
        Narrow to a specific element index in an array.
        Parameters:
        others - path selectors
        Returns:
        a new narrowed path