-
- Type Parameters:
V- type of thevalue.
- All Superinterfaces:
ReadableValue<V>,Supplier<V>
public interface WritableValue<V> extends ReadableValue<V>
AWritableValuewraps avaluethat can bereadandset. In general this interface should not be implemented directly but one of its sub-interfaces.- Since:
- 1.0.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidset(V value)-
Methods inherited from interface io.github.mmm.value.ReadableValue
get, getSafe
-
-