Package akka.japi.pf
Interface FI.UnitApply<I>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
apply(I i)
The application to perform.
-
-
-
Method Detail
-
apply
void apply(I i) throws java.lang.Exception
The application to perform.- Parameters:
i
- an instance that the application is performed on- Throws:
java.lang.Exception
-
-