Package com.helger.commons.wrapper
Interface IMutableWrapper<DATATYPE>
-
- Type Parameters:
DATATYPE- The type of the wrapped object.
- All Superinterfaces:
IWrapper<DATATYPE>,Serializable
- All Known Implementing Classes:
Wrapper
public interface IMutableWrapper<DATATYPE> extends IWrapper<DATATYPE>
Base interface for mutable wrapping an object within another object.- Author:
- Philip Helger
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EChangeset(DATATYPE aObj)Change the wrapped object.
-