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

    Modifier and Type
    Method
    Description
    apply(T value)
    Returns the result of applying this function to the parameter value
  • Method Details

    • apply

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