Disposable

interface Disposable

Disposable resource. Implementations of this interface can be disposed once their work is done or the result is no longer necessary

Inheritors

Properties

Link copied to clipboard
abstract val isDisposed: Boolean

Functions

Link copied to clipboard
abstract fun dispose()

Disposes the resource