MutableValue

A container for a value that can be changed.

interface MutableValue<T> : Value<T>

Functions

equals
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open override fun hashCode(): Int
toString
Link copied to clipboard
open override fun toString(): String

Properties

value
Link copied to clipboard
abstract override var value: T