Interface ValueAccessor.ValueMutator<V>

Type Parameters:
V - The type of the value property.
All Known Subinterfaces:
ValueAccessor.ValueProperty<V>
Enclosing interface:
ValueAccessor<V>

public static interface ValueAccessor.ValueMutator<V>
Extends the ValueAccessor with a setter method.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    setValue(V aValue)
    Sets the value for the value property.
  • Method Details

    • setValue

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