akka.japi.pf
Interface FI.UnitApply<I>

Type Parameters:
I - the input type, that this Apply will be applied to
Enclosing class:
FI

public static interface FI.UnitApply<I>

Functional interface for an application.


Method Summary
 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