I1 - the first input type, that this Apply will be applied toI2 - the second input type, that this Apply will be applied toI3 - the third input type, that this Apply will be applied topublic static interface FI.UnitApply3<I1,I2,I3>
| Modifier and Type | Method and Description |
|---|---|
void |
apply(I1 i1,
I2 i2,
I3 i3)
The application to perform.
|