- Type Parameters:
V
- type of thevalue
.
- All Superinterfaces:
ReadableValue<V>
,Supplier<V>
A
WritableValue
wraps a value
that can be read
and set
. In general this interface should not be implemented directly but one of its sub-interfaces.- Since:
- 1.0.0
-
Method Summary
Methods inherited from interface io.github.mmm.value.ReadableValue
get, getSafe
-
Method Details
-
set
- Parameters:
value
- the newvalue
.
-