T - The type of object which this action accepts.AttributeCompatibilityRule<T>, AttributeDisambiguationRule<T>, ComponentMetadataRule, ComponentMetadataSupplier, ComponentMetadataVersionLister@HasImplicitReceiver public interface Action<T>
| Modifier and Type | Method | Description | 
|---|---|---|
| void | execute(T t) | Performs this action against the given object. | 
void execute(T t)
t - The object to perform the action on.