Disposable

fun interface Disposable(source)

A callback to return to callers to "undo", or "dispose" of something.

See also

Inheritors

Types

Link copied to clipboard
object Companion
Link copied to clipboard

Helper for creating single-shot Disposable, with built-in support for thread-safe execution (if needed).

Functions

Link copied to clipboard
abstract fun dispose()