Interface UnaryFunction<A,T>


public interface UnaryFunction<A,T>
  • Method Summary

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

    • evaluate

      T evaluate(A arg)