Package akka.japi
Interface Function<T,R>
-
public interface Function<T,R>
A Function interface. Used to create first-class-functions is Java.This class is kept for compatibility, but for future API's please prefer
Function
.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description R
apply(T param)
-