watchable
/
io.gladed.watchable
/
MutableValue
Mutable
Value
A container for a value that can be changed.
interface
MutableValue
<
T
> :
Value
<
T
>
Content copied to clipboard
Functions
Properties
Functions
equals
Link copied to clipboard
open operator override fun
equals
(other:
Any
?):
Boolean
Content copied to clipboard
hashCode
Link copied to clipboard
open override fun
hashCode
():
Int
Content copied to clipboard
toString
Link copied to clipboard
open override fun
toString
():
String
Content copied to clipboard
Properties
value
Link copied to clipboard
abstract override var
value
:
T
Content copied to clipboard