Package org.refcodes.mixin
Interface ActionAccessor<A>
-
- Type Parameters:
A- The type of the action property.
- All Known Subinterfaces:
ActionAccessor.ActionProperty<A>
public interface ActionAccessor<A>Provides an accessor for a action property.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceActionAccessor.ActionBuilder<A,B extends ActionAccessor.ActionBuilder<A,B>>Provides a builder method for a action property returning the builder for applying multiple build operations.static interfaceActionAccessor.ActionMutator<A>Provides a mutator for a action property.static interfaceActionAccessor.ActionProperty<A>Provides a action property.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AgetAction()Retrieves the action from the action property.
-
-
-
Method Detail
-
getAction
A getAction()
Retrieves the action from the action property.- Returns:
- The action stored by the action property.
-
-