Interface IOOperation<T>

    • Method Detail

      • perform

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