public interface

Disposable

io.reactivex.disposables.Disposable
Known Indirect Subclasses

Class Overview

Represents a disposable resource.

Summary

Public Methods
abstract void dispose()
Dispose the resource, the operation should be idempotent.
abstract boolean isDisposed()
Returns true if this resource has been disposed.

Public Methods

public abstract void dispose ()

Dispose the resource, the operation should be idempotent.

public abstract boolean isDisposed ()

Returns true if this resource has been disposed.

Returns
  • true if this resource has been disposed