Package org.refcodes.mixin
Interface ValueAccessor.ValueBuilder<V,B extends ValueAccessor.ValueBuilder<V,B>>
-
- Type Parameters:
V- the value typeB- The builder to return in order to be able to apply multiple build operations.
- Enclosing interface:
- ValueAccessor<V>
public static interface ValueAccessor.ValueBuilder<V,B extends ValueAccessor.ValueBuilder<V,B>>Provides a builder method for a the property returning the builder for applying multiple build operations.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BwithValue(V aValue)Sets the value for the the property.
-