Statics

class Statics<T : Any>

Globals statics for classes managed in a stack-like way

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Functions

Link copied to clipboard
fun get(): T?
Link copied to clipboard
fun push(value: T): Closeable
Link copied to clipboard
open override fun toString(): String
Link copied to clipboard
inline fun <R> use(value: T, action: () -> R): R