Module org.refcodes.mixin
Package org.refcodes.mixin
Interface ActionAccessor.ActionBuilder<A,B extends ActionAccessor.ActionBuilder<A,B>>
-
- Type Parameters:
A
- The type of the action property.B
- The builder to return in order to be able to apply multiple build operations.
- Enclosing interface:
- ActionAccessor<A>
public static interface ActionAccessor.ActionBuilder<A,B extends ActionAccessor.ActionBuilder<A,B>>
Provides a builder method for a action property returning the builder for applying multiple build operations.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description B
withAction(A aAction)
Sets the action for the action property.
-