Destroyable

interface Destroyable(source)

Inheritors

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard

Checks if a Destroyable instance has been destroyed or not.

Link copied to clipboard
abstract fun destroy()
Link copied to clipboard
@JvmStatic
@JvmOverloads
fun Destroyable.destroyedException(namePrefix: String = ""): IllegalStateException

Creates an IllegalStateException with a default message of

Link copied to clipboard
abstract fun isDestroyed(): Boolean