Interface Function<A,R>

Type Parameters:
A - the argument type
R - the return type

public interface Function<A,R>
A basic rip-off of Function from Java 8.
  • Method Summary

    Modifier and Type
    Method
    Description
    apply(A arg)
     
  • Method Details

    • apply

      R apply(A arg)
      Parameters:
      arg - the argument
      Returns:
      the return value