DATATYPE - The type of the wrapped object.public interface IMutableWrapper<DATATYPE> extends IWrapper<DATATYPE>
| Modifier and Type | Method and Description |
|---|---|
EChange |
set(DATATYPE aObj)
Change the wrapped object.
|
Copyright © 2014–2020 Philip Helger. All rights reserved.