Interface Action

Type Parameters:
T - The type of object which this action accepts.
All Known Subinterfaces:
AttributeCompatibilityRule, AttributeDisambiguationRule, ComponentMetadataRule, ComponentMetadataSupplier, ComponentMetadataVersionLister
All Known Implementing Classes:
ClosureBackedAction, ConfigureUtil.WrappedConfigureAction

@HasImplicitReceiver public interface Action
Performs some action against objects of type T.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Performs this action against the given object.
  • Method Details

    • execute

      void execute(T t)
      Performs this action against the given object.
      Parameters:
      t - The object to perform the action on.