Class CompletableDetach.DetachCompletableObserver

    • Constructor Detail

    • Method Detail

      • dispose

        public void dispose()
        Description copied from interface: Disposable
        Dispose the resource, the operation should be idempotent.
        Specified by:
        dispose in interface Disposable
      • isDisposed

        public boolean isDisposed()
        Description copied from interface: Disposable
        Returns true if this resource has been disposed.
        Specified by:
        isDisposed in interface Disposable
        Returns:
        true if this resource has been disposed
      • onError

        public void onError​(java.lang.Throwable e)
        Description copied from interface: CompletableObserver
        Called once if the deferred computation 'throws' an exception.
        Specified by:
        onError in interface CompletableObserver
        Parameters:
        e - the exception, not null.