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