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 Detail

      • apply

        R apply​(T value)
        Returns the result of applying this function to the parameter value