core/com.tealium.prism.core.api.pubsub/Disposable Disposable interface DisposableDefines a resource that can be disposed.InheritorsCompositeDisposable Members Properties isDisposed Link copied to clipboard abstract val isDisposed: BooleanSpecifies whether or not this resource is currently disposed or not. Functions dispose Link copied to clipboard abstract fun dispose()Disposes of this resource.