Interface Continuation<R>

    • Method Detail

      • proceed

        void proceed​(R r)
        Resume the execution after the completion of an asynchronous call.
        Parameters:
        r - the result of the execution preceding this continuation