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