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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Rapply(T value)Returns the result of applying this function to the parameter value
-