Interface ResettableValue<T extends Value>

    • Method Detail

      • setValue

        void setValue​(T value)
        Sets the encapsulated value to another value
        Parameters:
        value - the new value of the encapsulated value