Interface MinValueAccessor.MinValueBuilder<V,​B extends MinValueAccessor.MinValueBuilder<V,​B>>

Type Parameters:
V - the value type
B - The builder to return in order to be able to apply multiple build operations.
Enclosing interface:
MinValueAccessor<V>

public static interface MinValueAccessor.MinValueBuilder<V,​B extends MinValueAccessor.MinValueBuilder<V,​B>>
Provides a builder method for a the property returning the builder for applying multiple build operations.
  • Method Summary

    Modifier and Type Method Description
    B withMinValue​(V aMinValue)
    Sets the minimum value for the the property.
  • Method Details

    • withMinValue

      B withMinValue​(V aMinValue)
      Sets the minimum value for the the property.
      Parameters:
      aMinValue - The minimum value to be stored by the minimum value property.
      Returns:
      The builder for applying multiple build operations.