Interface Callback<T>

Type Parameters:
T - Parameter type

@ConsumerType public interface Callback<T>
Callback interface for setup/teardown actions.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    execute(T currentValue)
    Execute action
  • Method Details

    • execute

      void execute(T currentValue)
      Execute action
      Parameters:
      currentValue - Current parameter value