Interface TakesValue<V>

    • Method Detail

      • setValue

        void setValue​(V value)
        Sets the value.
        Parameters:
        value - a value object of type V
        See Also:
        getValue()
      • getValue

        V getValue()
        Returns the current value.
        Returns:
        the value as an object of type V
        See Also:
        setValue(V)