Interface IMutableWrapper<DATATYPE>

  • Type Parameters:
    DATATYPE - The type of the wrapped object.
    All Superinterfaces:
    IWrapper<DATATYPE>, Supplier<DATATYPE>
    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