Package io.hawt.util
Interface Function<T,R>
public interface Function<T,R>
When we move to Java 8 we can switch this to be java.util.function.Function
-
Method Summary
-
Method Details
-
apply
Returns the result of applying this function to the parameter value
-