Module org.refcodes.mixin
Package org.refcodes.mixin
Interface NumberAccessor.NumberBuilder<V,B extends NumberAccessor.NumberBuilder<V,B>>
- Type Parameters:
V
- the value typeB
- The builder to return in order to be able to apply multiple build operations.
- Enclosing interface:
- NumberAccessor<V>
public static interface NumberAccessor.NumberBuilder<V,B extends NumberAccessor.NumberBuilder<V,B>>
Provides a builder method for a the property returning the builder for
applying multiple build operations.
-
Method Summary
-
Method Details
-
withNumber
Sets the number for the the property.- Parameters:
aNumber
- The number to be stored by the number property.- Returns:
- The builder for applying multiple build operations.
-