akka.japi.pf
Interface FI.UnitApplyVoid

Enclosing class:
FI

public static interface FI.UnitApplyVoid

Functional interface for an application.


Method Summary
 void apply()
          The application to perform.
 

Method Detail

apply

void apply()
           throws java.lang.Exception
The application to perform.

Throws:
java.lang.Exception