Interface ValueAccessor<V>

  • Type Parameters:
    V - The type of the value to be used.
    All Known Subinterfaces:
    ValueAccessor.ValueProperty<V>


    public interface ValueAccessor<V>
    Provides access to a value property for e.g. key/value-pair.
    • Method Detail

      • getValue

        V getValue​()
        Retrieves the value from the value property.
        Returns:
        The value stored by the value property.