Module org.refcodes.mixin
Package org.refcodes.mixin
Interface MaxValueAccessor.MaxValueBuilder<V,B extends MaxValueAccessor.MaxValueBuilder<V,B>>
- Type Parameters:
V
- the value typeB
- The builder to return in order to be able to apply multiple build operations.
- Enclosing interface:
- MaxValueAccessor<V>
public static interface MaxValueAccessor.MaxValueBuilder<V,B extends MaxValueAccessor.MaxValueBuilder<V,B>>
Provides a builder method for a the property returning the builder for
applying multiple build operations.
-
Method Summary
Modifier and TypeMethodDescriptionwithMaxValue
(V aMaxValue) Sets the maximum value for the the property.
-
Method Details
-
withMaxValue
Sets the maximum value for the the property.- Parameters:
aMaxValue
- The maximum value to be stored by the maximum value property.- Returns:
- The builder for applying multiple build operations.
-