Get the current value of the Tunable.Mutable
Get the current value of the Tunable.Mutable
Clear the value of the Tunable.Mutable.
Clear the value of the Tunable.Mutable. Calling apply
on the Tunable.Mutable
will produce None
.
id of this Tunable, used in toString
.
Set the value of the Tunable.Mutable.
Set the value of the Tunable.Mutable.
Note that setting the value to null
will result in a value of Some(null) when the
Tunable is applied.
A Tunable whose value can be changed. Operations are thread-safe.