Class NullImplementation.NullContinuation<R>

    • Constructor Detail

      • NullContinuation

        public NullContinuation()
    • Method Detail

      • proceed

        public void proceed​(R r)
        Resume the execution after the completion of an asynchronous call.
        Specified by:
        proceed in interface Continuation<R>
        Parameters:
        r - the result of the execution preceding this continuation