Interface Visitor<T>

    • Method Detail

      • process

        void process​(T t)
              throws IOException
        Processes the given element.
        Parameters:
        t - the element to process
        Throws:
        IOException - if an I/O error occurs during processing