akka.japi
Interface Function<T,R>


public interface Function<T,R>

A Function interface. Used to create first-class-functions is Java.


Method Summary
 R apply(T param)
           
 

Method Detail

apply

R apply(T param)