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