Destroyable

interface Destroyable

An object which is tied to a resource that must be manually destroyed after use. You must only call the destroy method once; implementations may throw an exception if a double-free is attempted.

Inheritors

Functions

Link copied to clipboard
abstract fun destroy()