Disposable

interface Disposable

Reference to an object that should be disposed in time

Inheritors

Functions

Link copied to clipboard
abstract fun addTo(disposeBag: DisposeBag)

Adds this disposable to a DisposeBag

Link copied to clipboard
abstract fun dispose()

Disposes the associated object