public interface Action7<IN1,IN2,IN3,IN4,IN5,IN6,IN7>
void execute(IN1 input1, IN2 input2, IN3 input3, IN4 input4, IN5 input5, IN6 input6, IN7 input7)
Action7 using the given inputs.input1 - An input value of type IN1.input2 - An input value of type IN2.input3 - An input value of type IN3.input4 - An input value of type IN4.input5 - An input value of type IN5.input6 - An input value of type IN6.input7 - An input value of type IN7.