Interface Mutable<T>

    • Method Detail

      • getValue

        T getValue()
        Get an object encapsulating the current value
        Returns:
        The current value as an immutable base object
      • setValue

        void setValue​(T newValue)
        Set the internal field to the new value
        Parameters:
        newValue - the new value