I
- the input type, that this Apply will be applied topublic static interface FI.UnitApply<I>
Modifier and Type | Method and Description |
---|---|
void |
apply(I i)
The application to perform.
|
void apply(I i) throws java.lang.Exception
i
- an instance that the application is performed onjava.lang.Exception