Package org.refcodes.mixin
Interface MinValueAccessor<V>
-
- Type Parameters:
V- The type of the minimum value to be used.
- All Known Subinterfaces:
MinValueAccessor.MinValueProperty<V>
public interface MinValueAccessor<V>Provides access to a minimum value property for e.g. key/minimum value-pair.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceMinValueAccessor.MinValueBuilder<V,B extends MinValueAccessor.MinValueBuilder<V,B>>Provides a builder method for a the property returning the builder for applying multiple build operations.static interfaceMinValueAccessor.MinValueMutator<V>Extends theMinValueAccessorwith a setter method.static interfaceMinValueAccessor.MinValueProperty<V>Extends theMinValueAccessorwith a setter method.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description VgetMinValue()Retrieves the minimum value from the minimum value property.
-
-
-
Method Detail
-
getMinValue
V getMinValue()
Retrieves the minimum value from the minimum value property.- Returns:
- The minimum value stored by the minimum value property.
-
-