Interface Function<R,T>


public interface Function<R,T>
  • Method Summary

    Modifier and Type
    Method
    Description
    eval(T t)
     
  • Method Details

    • eval

      R eval(T t)