public interface Action6<IN1,IN2,IN3,IN4,IN5,IN6>
| Modifier and Type | Method and Description |
|---|---|
void |
execute(IN1 input1,
IN2 input2,
IN3 input3,
IN4 input4,
IN5 input5,
IN6 input6)
Executes an
Action6 using the given inputs. |
void execute(IN1 input1, IN2 input2, IN3 input3, IN4 input4, IN5 input5, IN6 input6)
Action6 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.