deregister

abstract fun deregister(disposable: Disposable): Boolean

Removes disposable from this registry.

Return

true if the item was successfully removed or false if it was not in the registry.