Interface IFluentMutableValueHolder<H extends IFluentMutableValueHolder<H,V>, V>
- Type Parameters:
H- is the type of aIFluentMutableValueHolder.V- is the type of the value of aIFluentMutableValueHolder.
- All Superinterfaces:
IValueHolder<V>
public interface IFluentMutableValueHolder<H extends IFluentMutableValueHolder<H,V>, V>
extends IValueHolder<V>
A
IFluentMutableValueHolder is a IValueHolder whose value can
be set programmatically and fluently.- Author:
- Silvan Wyss
-
Method Summary
Methods inherited from interface IValueHolder
getStoredValue
-
Method Details
-
setValue
Sets the value of the currentIFluentMutableValueHolder.- Parameters:
value-- Returns:
- the current
IFluentMutableValueHolder. - Throws:
RuntimeException- if the given value is null.
-