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