Interface ValueAccessor.ValueMutator<V>

    • Method Detail

      • setValue

        void setValue​(V aValue)
        Sets the value for the value property.
        Parameters:
        aValue - The value to be stored by the value property.