Interface IOOperation<T>

    • Method Detail

      • perform

        T perform()
           throws java.io.IOException
        Perform an operation and return a value, or throw the exception.
        Throws:
        java.io.IOException