Boxed

class Boxed<T>(value: T)

Represents a mutable cell.

Constructors

Link copied to clipboard
fun <T> Boxed(value: T)

Functions

Link copied to clipboard
fun get(): T
Link copied to clipboard
fun set(update: T)