Interface MutableValueHolder<V>
- Type Parameters:
V- the type of the value of aMutableValueHolder
- All Superinterfaces:
ValueHolder<V>
A
MutableValueHolder is a ValueHolder whose value can be
set programmatically.- Author:
- Silvan Wyss
-
Method Summary
Methods inherited from interface ValueHolder
getStoredValue
-
Method Details
-
setValue
Sets the value of the currentMutableValueHolder.- Parameters:
value-- Throws:
RuntimeException- if the given value is null
-