Interface IOCallback<T>

  • Type Parameters:
    T - the type of the input to the operation.

    public interface IOCallback<T>
    Abstract I/O callback.
    Since:
    5.0
    • Method Detail

      • execute

        void execute​(T object)
              throws java.io.IOException
        Throws:
        java.io.IOException