Package com.helger.commons.wrapper
Interface IMutableWrapper<DATATYPE>
- Type Parameters:
DATATYPE- The type of the wrapped object.
- All Known Implementing Classes:
Wrapper
Base interface for mutable wrapping an object within another object.
- Author:
- Philip Helger
-
Method Summary
-
Method Details
-
set
Change the wrapped object.- Parameters:
aObj- The new object to be wrapped. May benull.- Returns:
EChange
-