Interface Callback<T>

  • Type Parameters:
    T - Parameter type

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

      • execute

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